Html Css Color HEX #84A44A Chelsea Cucumber

📋 copy color: '#84A44A'

red 132 ◦ green 164 ◦ blue 74

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

Shades of Chelsea Cucumber #84A44A

Tints of Chelsea Cucumber #84A44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 35.68%
G = 44.32%
B = 20%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#84A44A (or 0x84A44A) is known color: Chelsea Cucumber. HEX triplet: 84, A4 and 4A. RGB value is (132,164,74). Sum of RGB (Red+Green+Blue) = 132+164+74=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #84A44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A44A is #7B5BB5. Grayscale: #909090. Windows color (decimal): -8084406 or 4891780. OLE color: 4891780.

HSL color Cylindrical-coordinate representation of color #84A44A: hue angle of 81.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84A44A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 164 74 -
CMYK 0.20 0 0.55 0.36
HSL 81.33º 0.38% 0.47% -
HSV(B) 81.33º 0.55% 0.64% -
XYZ 24.03 31.95 11.38 -
YUV 144.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 132 164 74 0.20 0 0.55 0.36 81.33 0.38 0.47
Hex 84 A4 4A 14 0 37 24 51 26 2F
Octal 204 244 112 24 0 67 44 121 46 57
Binary 10000100 10100100 1001010 10100 0 110111 100100 1010001 100110 101111

Color Harmonies of #84A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A44A

Black with #84A44A

Text Example


Text Example

White with #84A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,164,74); }

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

background-color css

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

 a { background-color: rgb(132,164,74); }

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

border-color css

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

 span { border-color: rgb(132,164,74); }

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