Html Css Color HEX #84A55B Chelsea Cucumber

📋 copy color: '#84A55B'

red 132 ◦ green 165 ◦ blue 91

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

Shades of Chelsea Cucumber #84A55B

Tints of Chelsea Cucumber #84A55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 34.02%
G = 42.53%
B = 23.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#84A55B (or 0x84A55B) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 5B. RGB value is (132,165,91). Sum of RGB (Red+Green+Blue) = 132+165+91=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #84A55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A55B is #7B5AA4. Grayscale: #929292. Windows color (decimal): -8084133 or 6006148. OLE color: 6006148.

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

Color convert

RGB 132 165 91 -
CMYK 0.20 0 0.45 0.35
HSL 86.76º 0.29% 0.5% -
HSV(B) 86.76º 0.45% 0.65% -
XYZ 24.86 32.57 14.87 -
YUV 146.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 132 165 91 0.20 0 0.45 0.35 86.76 0.29 0.5
Hex 84 A5 5B 14 0 2D 23 57 1D 32
Octal 204 245 133 24 0 55 43 127 35 62
Binary 10000100 10100101 1011011 10100 0 101101 100011 1010111 11101 110010

Color Harmonies of #84A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A55B

Black with #84A55B

Text Example


Text Example

White with #84A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,91); }

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

background-color css

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

 a { background-color: rgb(132,165,91); }

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

border-color css

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

 span { border-color: rgb(132,165,91); }

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