#81994B

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

Shades of Chelsea Cucumber #81994B

Tints of Chelsea Cucumber #81994B

Color information

#81994B (or 0x81994B) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 99 and 4B. RGB value is (129,153,75). Sum of RGB (Red+Green+Blue) = 129+153+75=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #81994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81994B is #7E66B4. Grayscale: #898989. Windows color (decimal): -8283829 or 4954497. OLE color: 4954497.

HSL color Cylindrical-coordinate representation of color #81994B: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81994B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB12915375-
CMYK0.1600.510.4
HSL78.46º34.21%44.71%-
HSV(B)78.46º50.98%60%-
XYZ21.7127.9610.91-
YUV136.9393.05122.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=36.13%
G=42.86%
B=21.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153750.1600.510.478.4634.2144.71
Hex81994B10033284e222d
Octal20123111320063501164255
Binary100000011001100110010111000001100111010001001110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,153,75); }

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

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

 a { background-color: rgb(129,153,75); }

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

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

 span { border-color: rgb(129,153,75); }

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