Html Css Color HEX #84A35E Chelsea Cucumber

📋 copy color: '#84A35E'

red 132 ◦ green 163 ◦ blue 94

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

Shades of Chelsea Cucumber #84A35E

Tints of Chelsea Cucumber #84A35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 33.93%
G = 41.9%
B = 24.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#84A35E (or 0x84A35E) is known color: Chelsea Cucumber. HEX triplet: 84, A3 and 5E. RGB value is (132,163,94). Sum of RGB (Red+Green+Blue) = 132+163+94=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #84A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A35E is #7B5CA1. Grayscale: #929292. Windows color (decimal): -8084642 or 6202244. OLE color: 6202244.

HSL color Cylindrical-coordinate representation of color #84A35E: hue angle of 86.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84A35E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 94 -
CMYK 0.19 0 0.42 0.36
HSL 86.96º 0.27% 0.5% -
HSV(B) 86.96º 0.42% 0.64% -
XYZ 24.63 31.91 15.45 -
YUV 145.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 132 163 94 0.19 0 0.42 0.36 86.96 0.27 0.5
Hex 84 A3 5E 13 0 2A 24 57 1B 32
Octal 204 243 136 23 0 52 44 127 33 62
Binary 10000100 10100011 1011110 10011 0 101010 100100 1010111 11011 110010

Color Harmonies of #84A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A35E

Black with #84A35E

Text Example


Text Example

White with #84A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,94); }

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

background-color css

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

 a { background-color: rgb(132,163,94); }

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

border-color css

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

 span { border-color: rgb(132,163,94); }

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