#81B049

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

Shades of Chelsea Cucumber #81B049

Tints of Chelsea Cucumber #81B049

Color information

#81B049 (or 0x81B049) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, B0 and 49. RGB value is (129,176,73). Sum of RGB (Red+Green+Blue) = 129+176+73=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #81B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B049 is #7E4FB6. Grayscale: #969696. Windows color (decimal): -8277943 or 4829313. OLE color: 4829313.

HSL color Cylindrical-coordinate representation of color #81B049: hue angle of 87.38º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81B049 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB12917673-
CMYK0.2700.590.31
HSL87.38º41.37%48.82%-
HSV(B)87.38º58.52%69.02%-
XYZ25.7836.211.93-
YUV150.284.43112.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=34.13%
G=46.56%
B=19.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129176730.2700.590.3187.3841.3748.82
Hex81B0491B03B1F572931
Octal20126011133073371275161
Binary10000001101100001001001110110111011111111010111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B049; }

 p { color: rgb(129,176,73); }

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

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

 a { background-color: rgb(129,176,73); }

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

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

 span { border-color: rgb(129,176,73); }

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