#81C190

Color #81C190 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #81C190

Tints of Bay Leaf #81C190

Color information

#81C190 (or 0x81C190) is unknown color: approx Bay Leaf. HEX triplet: 81, C1 and 90. RGB value is (129,193,144). Sum of RGB (Red+Green+Blue) = 129+193+144=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #81C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C190 is #7E3E6F. Grayscale: #A8A8A8. Windows color (decimal): -8273520 or 9486721. OLE color: 9486721.

HSL color Cylindrical-coordinate representation of color #81C190: hue angle of 134.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C190 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB129193144-
CMYK0.3300.250.24
HSL134.06º34.04%63.14%-
HSV(B)134.06º33.16%75.69%-
XYZ33.1644.8233.29-
YUV168.28114.399.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=27.68%
G=41.42%
B=30.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291931440.3300.250.24134.0634.0463.14
Hex81C190210191886223f
Octal20130122041031302064277
Binary1000000111000001100100001000010110011100010000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,193,144); }

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

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

 a { background-color: rgb(129,193,144); }

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

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

 span { border-color: rgb(129,193,144); }

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