Html Css Color HEX #84A05A Chelsea Cucumber

📋 copy color: '#84A05A'

red 132 ◦ green 160 ◦ blue 90

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

Shades of Chelsea Cucumber #84A05A

Tints of Chelsea Cucumber #84A05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 34.55%
G = 41.88%
B = 23.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#84A05A (or 0x84A05A) is known color: Chelsea Cucumber. HEX triplet: 84, A0 and 5A. RGB value is (132,160,90). Sum of RGB (Red+Green+Blue) = 132+160+90=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #84A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A05A is #7B5FA5. Grayscale: #8F8F8F. Windows color (decimal): -8085414 or 5939332. OLE color: 5939332.

HSL color Cylindrical-coordinate representation of color #84A05A: hue angle of 84º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84A05A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 90 -
CMYK 0.17 0 0.44 0.37
HSL 84º 0.28% 0.49% -
HSV(B) 84º 0.44% 0.63% -
XYZ 23.93 30.79 14.35 -
YUV 143.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 132 160 90 0.17 0 0.44 0.37 84 0.28 0.49
Hex 84 A0 5A 11 0 2C 25 54 1C 31
Octal 204 240 132 21 0 54 45 124 34 61
Binary 10000100 10100000 1011010 10001 0 101100 100101 1010100 11100 110001

Color Harmonies of #84A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A05A

Black with #84A05A

Text Example


Text Example

White with #84A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,160,90); }

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

background-color css

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

 a { background-color: rgb(132,160,90); }

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

border-color css

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

 span { border-color: rgb(132,160,90); }

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