#84B452

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

Shades of Chelsea Cucumber #84B452

Tints of Chelsea Cucumber #84B452

Color information

#84B452 (or 0x84B452) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B4 and 52. RGB value is (132,180,82). Sum of RGB (Red+Green+Blue) = 132+180+82=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #84B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B452 is #7B4BAD. Grayscale: #9A9A9A. Windows color (decimal): -8080302 or 5420164. OLE color: 5420164.

HSL color Cylindrical-coordinate representation of color #84B452: hue angle of 89.39º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84B452 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB13218082-
CMYK0.2700.540.29
HSL89.39º39.52%51.37%-
HSV(B)89.39º54.44%70.59%-
XYZ27.3638.1613.91-
YUV154.4887.1111.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=33.50%
G=45.69%
B=20.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132180820.2700.540.2989.3939.5251.37
Hex84B4521B0361D592833
Octal20426412233066351315063
Binary10000100101101001010010110110110110111011011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,82); }

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

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

 a { background-color: rgb(132,180,82); }

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

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

 span { border-color: rgb(132,180,82); }

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