Html Css Color HEX #84A649 Chelsea Cucumber

📋 copy color: '#84A649'

red 132 ◦ green 166 ◦ blue 73

#84A649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #84A649

Tints of Chelsea Cucumber #84A649

RGB

 RED value IS 132 (51.95% from 255) = 35.58%

 GREEN value IS 166 (65.23% from 255) = 44.74%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 35.58%
G = 44.74%
B = 19.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#84A649 (or 0x84A649) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 49. RGB value is (132,166,73). Sum of RGB (Red+Green+Blue) = 132+166+73=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #84A649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A649 is #7B59B6. Grayscale: #919191. Windows color (decimal): -8083895 or 4826756. OLE color: 4826756.

HSL color Cylindrical-coordinate representation of color #84A649: hue angle of 81.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84A649 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 166 73 -
CMYK 0.20 0 0.56 0.35
HSL 81.94º 0.39% 0.47% -
HSV(B) 81.94º 0.56% 0.65% -
XYZ 24.35 32.66 11.32 -
YUV 145.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 132 166 73 0.20 0 0.56 0.35 81.94 0.39 0.47
Hex 84 A6 49 14 0 38 23 52 27 2F
Octal 204 246 111 24 0 70 43 122 47 57
Binary 10000100 10100110 1001001 10100 0 111000 100011 1010010 100111 101111

Color Harmonies of #84A649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A649

Black with #84A649

Text Example


Text Example

White with #84A649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,166,73); }

 H1.HeaderClassName
 {
   color: #84A649;
 }
 .AnyTagClassName
 {
   color: #84A649;
 }
</style>

background-color css

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

 a { background-color: rgb(132,166,73); }

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

border-color css

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

 span { border-color: rgb(132,166,73); }

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