Html Css Color HEX #84A55F Chelsea Cucumber

📋 copy color: '#84A55F'

red 132 ◦ green 165 ◦ blue 95

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

Shades of Chelsea Cucumber #84A55F

Tints of Chelsea Cucumber #84A55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 33.67%
G = 42.09%
B = 24.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#84A55F (or 0x84A55F) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 5F. RGB value is (132,165,95). Sum of RGB (Red+Green+Blue) = 132+165+95=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #84A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A55F is #7B5AA0. Grayscale: #939393. Windows color (decimal): -8084129 or 6268292. OLE color: 6268292.

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

Color convert

RGB 132 165 95 -
CMYK 0.20 0 0.42 0.35
HSL 88.29º 0.28% 0.51% -
HSV(B) 88.29º 0.42% 0.65% -
XYZ 25.04 32.64 15.81 -
YUV 147.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 132 165 95 0.20 0 0.42 0.35 88.29 0.28 0.51
Hex 84 A5 5F 14 0 2A 23 58 1C 33
Octal 204 245 137 24 0 52 43 130 34 63
Binary 10000100 10100101 1011111 10100 0 101010 100011 1011000 11100 110011

Color Harmonies of #84A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A55F

Black with #84A55F

Text Example


Text Example

White with #84A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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