#81B05B

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

Shades of Chelsea Cucumber #81B05B

Tints of Chelsea Cucumber #81B05B

Color information

#81B05B (or 0x81B05B) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, B0 and 5B. RGB value is (129,176,91). Sum of RGB (Red+Green+Blue) = 129+176+91=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #81B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B05B is #7E4FA4. Grayscale: #989898. Windows color (decimal): -8277925 or 6008961. OLE color: 6008961.

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

Color convert

RGB12917691-
CMYK0.2700.480.31
HSL93.18º34.98%52.35%-
HSV(B)93.18º48.3%69.02%-
XYZ26.4736.4715.54-
YUV152.2693.43111.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=32.58%
G=44.44%
B=22.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129176910.2700.480.3193.1834.9852.35
Hex81B05B1B0301F5d2334
Octal20126013333060371354364
Binary10000001101100001011011110110110000111111011101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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