Html Css Color HEX #84A258 Chelsea Cucumber

📋 copy color: '#84A258'

red 132 ◦ green 162 ◦ blue 88

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

Shades of Chelsea Cucumber #84A258

Tints of Chelsea Cucumber #84A258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 34.55%
G = 42.41%
B = 23.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#84A258 (or 0x84A258) is known color: Chelsea Cucumber. HEX triplet: 84, A2 and 58. RGB value is (132,162,88). Sum of RGB (Red+Green+Blue) = 132+162+88=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #84A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A258 is #7B5DA7. Grayscale: #909090. Windows color (decimal): -8084904 or 5808772. OLE color: 5808772.

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

Color convert

RGB 132 162 88 -
CMYK 0.19 0 0.46 0.36
HSL 84.32º 0.3% 0.49% -
HSV(B) 84.32º 0.46% 0.64% -
XYZ 24.2 31.45 14.03 -
YUV 144.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 132 162 88 0.19 0 0.46 0.36 84.32 0.3 0.49
Hex 84 A2 58 13 0 2E 24 54 1E 31
Octal 204 242 130 23 0 56 44 124 36 61
Binary 10000100 10100010 1011000 10011 0 101110 100100 1010100 11110 110001

Color Harmonies of #84A258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A258

Black with #84A258

Text Example


Text Example

White with #84A258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,162,88); }

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

background-color css

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

 a { background-color: rgb(132,162,88); }

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

border-color css

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

 span { border-color: rgb(132,162,88); }

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