#81964E

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

Shades of Chelsea Cucumber #81964E

Tints of Chelsea Cucumber #81964E

Color information

#81964E (or 0x81964E) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 96 and 4E. RGB value is (129,150,78). Sum of RGB (Red+Green+Blue) = 129+150+78=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #81964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81964E is #7E69B1. Grayscale: #878787. Windows color (decimal): -8284594 or 5150337. OLE color: 5150337.

HSL color Cylindrical-coordinate representation of color #81964E: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81964E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB12915078-
CMYK0.1400.480.41
HSL77.5º31.58%44.71%-
HSV(B)77.5º48%58.82%-
XYZ21.3327.0311.3-
YUV135.5195.54123.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=36.13%
G=42.02%
B=21.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129150780.1400.480.4177.531.5844.71
Hex81964EE030294e202d
Octal20122611616060511164055
Binary10000001100101101001110111001100001010011001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81964E; }

 p { color: rgb(129,150,78); }

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

<style>
 a { background-color: #81964E; }

 a { background-color: rgb(129,150,78); }

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

<style>
 span { border-color: #81964E; }

 span { border-color: rgb(129,150,78); }

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