#84B945

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

Shades of Chelsea Cucumber #84B945

Tints of Chelsea Cucumber #84B945

Color information

#84B945 (or 0x84B945) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B9 and 45. RGB value is (132,185,69). Sum of RGB (Red+Green+Blue) = 132+185+69=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #84B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B945 is #7B46BA. Grayscale: #9C9C9C. Windows color (decimal): -8079035 or 4569476. OLE color: 4569476.

HSL color Cylindrical-coordinate representation of color #84B945: hue angle of 87.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84B945 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB13218569-
CMYK0.2900.630.27
HSL87.41º45.67%49.8%-
HSV(B)87.41º62.7%72.55%-
XYZ27.9440.0311.88-
YUV155.9378.94110.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 185 (72.66% from 255) = 47.93%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=34.20%
G=47.93%
B=17.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132185690.2900.630.2787.4145.6749.8
Hex84B9451D03F1B572e32
Octal20427110535077331275662
Binary10000100101110011000101111010111111110111010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,69); }

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

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

 a { background-color: rgb(132,185,69); }

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

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

 span { border-color: rgb(132,185,69); }

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