#B0DB71

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

Shades of Feijoa #B0DB71

Tints of Feijoa #B0DB71

Color information

#B0DB71 (or 0xB0DB71) is unknown color: approx Feijoa. HEX triplet: B0, DB and 71. RGB value is (176,219,113). Sum of RGB (Red+Green+Blue) = 176+219+113=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB71 is #4F248E. Grayscale: #C2C2C2. Windows color (decimal): -5186703 or 7461808. OLE color: 7461808.

HSL color Cylindrical-coordinate representation of color #B0DB71: hue angle of 84.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0DB71 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB176219113-
CMYK0.2000.480.14
HSL84.34º59.55%65.1%-
HSV(B)84.34º48.4%85.88%-
XYZ46.2261.0924.98-
YUV194.0682.25115.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=34.65%
G=43.11%
B=22.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191130.2000.480.1484.3459.5565.1
HexB0DB7114030E543c41
Octal260333161240601612474101
Binary10110000110110111110001101000110000111010101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DB71; }

 p { color: rgb(176,219,113); }

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

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

 a { background-color: rgb(176,219,113); }

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

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

 span { border-color: rgb(176,219,113); }

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