#81AB48

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

Shades of Chelsea Cucumber #81AB48

Tints of Chelsea Cucumber #81AB48

Color information

#81AB48 (or 0x81AB48) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, AB and 48. RGB value is (129,171,72). Sum of RGB (Red+Green+Blue) = 129+171+72=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB48 is #7E54B7. Grayscale: #939393. Windows color (decimal): -8279224 or 4762497. OLE color: 4762497.

HSL color Cylindrical-coordinate representation of color #81AB48: hue angle of 85.45º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81AB48 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB12917172-
CMYK0.2500.580.33
HSL85.45º40.74%47.65%-
HSV(B)85.45º57.89%67.06%-
XYZ24.7934.2611.44-
YUV147.1685.59115.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 171 (67.19% from 255) = 45.97%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=34.68%
G=45.97%
B=19.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129171720.2500.580.3385.4540.7447.65
Hex81AB481903A21552930
Octal20125311031072411255160
Binary100000011010101110010001100101110101000011010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,171,72); }

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

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

 a { background-color: rgb(129,171,72); }

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

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

 span { border-color: rgb(129,171,72); }

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