#84985B

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

Shades of Chelsea Cucumber #84985B

Tints of Chelsea Cucumber #84985B

Color information

#84985B (or 0x84985B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 98 and 5B. RGB value is (132,152,91). Sum of RGB (Red+Green+Blue) = 132+152+91=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #84985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84985B is #7B67A4. Grayscale: #8B8B8B. Windows color (decimal): -8087461 or 6002820. OLE color: 6002820.

HSL color Cylindrical-coordinate representation of color #84985B: hue angle of 79.67º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84985B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB13215291-
CMYK0.1300.400.40
HSL79.67º25.1%47.65%-
HSV(B)79.67º40.13%59.61%-
XYZ22.6328.1214.13-
YUV139.07100.87122.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=35.2%
G=40.53%
B=24.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132152910.1300.400.4079.6725.147.65
Hex84985BD02828501930
Octal20423013315050501203160
Binary1000010010011000101101111010101000101000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84985B; }

 p { color: rgb(132,152,91); }

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

<style>
 a { background-color: #84985B; }

 a { background-color: rgb(132,152,91); }

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

<style>
 span { border-color: #84985B; }

 span { border-color: rgb(132,152,91); }

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