#84AA54

Color #84AA54 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #84AA54

Tints of Chelsea Cucumber #84AA54

Color information

#84AA54 (or 0x84AA54) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AA and 54. RGB value is (132,170,84). Sum of RGB (Red+Green+Blue) = 132+170+84=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA54 is #7B55AB. Grayscale: #959595. Windows color (decimal): -8082860 or 5548676. OLE color: 5548676.

HSL color Cylindrical-coordinate representation of color #84AA54: hue angle of 86.51º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84AA54 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB13217084-
CMYK0.2200.510.33
HSL86.51º33.86%49.8%-
HSV(B)86.51º50.59%66.67%-
XYZ25.4934.313.66-
YUV148.8391.41115.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=34.20%
G=44.04%
B=21.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132170840.2200.510.3386.5133.8649.8
Hex84AA541603321572232
Octal20425212426063411274262
Binary100001001010101010101001011001100111000011010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AA54; }

 p { color: rgb(132,170,84); }

 H1.HeaderClassName
 {
   color: #84AA54;
 }
 .AnyTagClassName
 {
   color: #84AA54;
 }
</style>
background-color css

<style>
 a { background-color: #84AA54; }

 a { background-color: rgb(132,170,84); }

 div.DivClassName
 {
   background-color: #84AA54;
 }
 .BgClassName
 {
   background-color: #84AA54;
 }
</style>
border-color css

<style>
 span { border-color: #84AA54; }

 span { border-color: rgb(132,170,84); }

 td.TdClassName
 {
   border-color: #84AA54;
 }
 .TagClassName
 {
   border-color: #84AA54;
 }
</style>