#84A258

Color #84A258 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #84A258

Tints of Chelsea Cucumber #84A258

Color information

#84A258 (or 0x84A258) is unknown color: approx 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

RGB13216288-
CMYK0.1900.460.36
HSL84.32º29.6%49.02%-
HSV(B)84.32º45.68%63.53%-
XYZ24.231.4514.03-
YUV144.5996.06119.02-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162880.1900.460.3684.3229.649.02
Hex84A2581302E24541e31
Octal20424213023056441243661
Binary10000100101000101011000100110101110100100101010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>