#81B05D

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

Shades of Chelsea Cucumber #81B05D

Tints of Chelsea Cucumber #81B05D

Color information

#81B05D (or 0x81B05D) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, B0 and 5D. RGB value is (129,176,93). Sum of RGB (Red+Green+Blue) = 129+176+93=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #81B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B05D is #7E4FA2. Grayscale: #989898. Windows color (decimal): -8277923 or 6140033. OLE color: 6140033.

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

Color convert

RGB12917693-
CMYK0.2700.470.31
HSL93.98º34.44%52.75%-
HSV(B)93.98º47.16%69.02%-
XYZ26.5536.5116-
YUV152.4894.43111.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=32.41%
G=44.22%
B=23.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129176930.2700.470.3193.9834.4452.75
Hex81B05D1B02F1F5e2235
Octal20126013533057371364265
Binary10000001101100001011101110110101111111111011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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