Html Css Color HEX #84A55D Chelsea Cucumber

📋 copy color: '#84A55D'

red 132 ◦ green 165 ◦ blue 93

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

Shades of Chelsea Cucumber #84A55D

Tints of Chelsea Cucumber #84A55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 33.85%
G = 42.31%
B = 23.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#84A55D (or 0x84A55D) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 5D. RGB value is (132,165,93). Sum of RGB (Red+Green+Blue) = 132+165+93=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #84A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A55D is #7B5AA2. Grayscale: #939393. Windows color (decimal): -8084131 or 6137220. OLE color: 6137220.

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

Color convert

RGB 132 165 93 -
CMYK 0.20 0 0.44 0.35
HSL 87.5º 0.29% 0.51% -
HSV(B) 87.5º 0.44% 0.65% -
XYZ 24.95 32.61 15.33 -
YUV 146.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 132 165 93 0.20 0 0.44 0.35 87.5 0.29 0.51
Hex 84 A5 5D 14 0 2C 23 57 1D 33
Octal 204 245 135 24 0 54 43 127 35 63
Binary 10000100 10100101 1011101 10100 0 101100 100011 1010111 11101 110011

Color Harmonies of #84A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A55D

Black with #84A55D

Text Example


Text Example

White with #84A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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