#819650

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

Shades of Chelsea Cucumber #819650

Tints of Chelsea Cucumber #819650

Color information

#819650 (or 0x819650) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 96 and 50. RGB value is (129,150,80). Sum of RGB (Red+Green+Blue) = 129+150+80=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #819650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819650 is #7E69AF. Grayscale: #888888. Windows color (decimal): -8284592 or 5281409. OLE color: 5281409.

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

Color convert

RGB12915080-
CMYK0.1400.470.41
HSL78º30.43%45.1%-
HSV(B)78º46.67%58.82%-
XYZ21.4127.0611.68-
YUV135.7496.54123.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=35.93%
G=41.78%
B=22.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129150800.1400.470.417830.4345.1
Hex819650E02F294e1e2d
Octal20122612016057511163655
Binary1000000110010110101000011100101111101001100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819650; }

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

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

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

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

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

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

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

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