#B0D581

Color #B0D581 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B0D581

Tints of Feijoa #B0D581

Color information

#B0D581 (or 0xB0D581) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 81. RGB value is (176,213,129). Sum of RGB (Red+Green+Blue) = 176+213+129=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D581 is #4F2A7E. Grayscale: #C0C0C0. Windows color (decimal): -5188223 or 8508848. OLE color: 8508848.

HSL color Cylindrical-coordinate representation of color #B0D581: hue angle of 86.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0D581 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB176213129-
CMYK0.1700.390.16
HSL86.43º50%67.06%-
HSV(B)86.43º39.44%83.53%-
XYZ45.6658.429.64-
YUV192.3692.24116.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=33.98%
G=41.12%
B=24.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131290.1700.390.1686.435067.06
HexB0D5811102710563243
Octal260325201210472012662103
Binary1011000011010101100000011000101001111000010101101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D581; }

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

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

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

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

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

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

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

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