#84B15E

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

Shades of Chelsea Cucumber #84B15E

Tints of Chelsea Cucumber #84B15E

Color information

#84B15E (or 0x84B15E) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B1 and 5E. RGB value is (132,177,94). Sum of RGB (Red+Green+Blue) = 132+177+94=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #84B15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B15E is #7B4EA1. Grayscale: #9A9A9A. Windows color (decimal): -8081058 or 6205828. OLE color: 6205828.

HSL color Cylindrical-coordinate representation of color #84B15E: hue angle of 92.53º 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 #84B15E is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB13217794-
CMYK0.2500.470.31
HSL92.53º34.73%53.14%-
HSV(B)92.53º46.89%69.41%-
XYZ27.2637.1616.33-
YUV154.0894.09112.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=32.75%
G=43.92%
B=23.33%

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
Decimal132177940.2500.470.3192.5334.7353.14
Hex84B15E1902F1F5d2335
Octal20426113631057371354365
Binary10000100101100011011110110010101111111111011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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