#84B15D

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

Shades of Chelsea Cucumber #84B15D

Tints of Chelsea Cucumber #84B15D

Color information

#84B15D (or 0x84B15D) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B1 and 5D. RGB value is (132,177,93). Sum of RGB (Red+Green+Blue) = 132+177+93=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #84B15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B15D is #7B4EA2. Grayscale: #9A9A9A. Windows color (decimal): -8081059 or 6140292. OLE color: 6140292.

HSL color Cylindrical-coordinate representation of color #84B15D: hue angle of 92.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84B15D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB13217793-
CMYK0.2500.470.31
HSL92.14º35%52.94%-
HSV(B)92.14º47.46%69.41%-
XYZ27.2137.1416.09-
YUV153.9793.59112.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=32.84%
G=44.03%
B=23.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132177930.2500.470.3192.143552.94
Hex84B15D1902F1F5c2335
Octal20426113531057371344365
Binary10000100101100011011101110010101111111111011100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,177,93); }

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

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

 a { background-color: rgb(132,177,93); }

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

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

 span { border-color: rgb(132,177,93); }

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