#B0DB94

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

Shades of Feijoa #B0DB94

Tints of Feijoa #B0DB94

Color information

#B0DB94 (or 0xB0DB94) is unknown color: approx Feijoa. HEX triplet: B0, DB and 94. RGB value is (176,219,148). Sum of RGB (Red+Green+Blue) = 176+219+148=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB94 is #4F246B. Grayscale: #C6C6C6. Windows color (decimal): -5186668 or 9755568. OLE color: 9755568.

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

Color convert

RGB176219148-
CMYK0.2000.320.14
HSL96.34º49.65%71.96%-
HSV(B)96.34º32.42%85.88%-
XYZ48.5862.0337.43-
YUV198.0599.75112.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=32.41%
G=40.33%
B=27.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191480.2000.320.1496.3449.6571.96
HexB0DB9414020E603248
Octal260333224240401614062110
Binary101100001101101110010100101000100000111011000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DB94; }

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

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

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

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

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

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

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

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