#84975A

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

Shades of Chelsea Cucumber #84975A

Tints of Chelsea Cucumber #84975A

Color information

#84975A (or 0x84975A) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 97 and 5A. RGB value is (132,151,90). Sum of RGB (Red+Green+Blue) = 132+151+90=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #84975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84975A is #7B68A5. Grayscale: #8A8A8A. Windows color (decimal): -8087718 or 5937028. OLE color: 5937028.

HSL color Cylindrical-coordinate representation of color #84975A: hue angle of 78.69º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84975A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB13215190-
CMYK0.1300.400.41
HSL78.69º25.31%47.25%-
HSV(B)78.69º40.4%59.22%-
XYZ22.4327.7813.85-
YUV138.36100.71123.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=35.39%
G=40.48%
B=24.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132151900.1300.400.4178.6925.3147.25
Hex84975AD028294f192f
Octal20422713215050511173157
Binary1000010010010111101101011010101000101001100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84975A; }

 p { color: rgb(132,151,90); }

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

<style>
 a { background-color: #84975A; }

 a { background-color: rgb(132,151,90); }

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

<style>
 span { border-color: #84975A; }

 span { border-color: rgb(132,151,90); }

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