#84A253

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

Shades of Chelsea Cucumber #84A253

Tints of Chelsea Cucumber #84A253

Color information

#84A253 (or 0x84A253) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A2 and 53. RGB value is (132,162,83). Sum of RGB (Red+Green+Blue) = 132+162+83=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #84A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A253 is #7B5DAC. Grayscale: #909090. Windows color (decimal): -8084909 or 5481092. OLE color: 5481092.

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

Color convert

RGB13216283-
CMYK0.1900.490.36
HSL82.78º32.24%48.04%-
HSV(B)82.78º48.77%63.53%-
XYZ2431.3712.97-
YUV144.0293.56119.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=35.01%
G=42.97%
B=22.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162830.1900.490.3682.7832.2448.04
Hex84A2531303124532030
Octal20424212323061441234060
Binary100001001010001010100111001101100011001001010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A253;
 }
 .AnyTagClassName
 {
   color: #84A253;
 }
</style>
background-color css

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

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

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

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

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

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