#B0D993

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

Shades of Feijoa #B0D993

Tints of Feijoa #B0D993

Color information

#B0D993 (or 0xB0D993) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 93. RGB value is (176,217,147). Sum of RGB (Red+Green+Blue) = 176+217+147=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D993 is #4F266C. Grayscale: #C5C5C5. Windows color (decimal): -5187181 or 9689520. OLE color: 9689520.

HSL color Cylindrical-coordinate representation of color #B0D993: hue angle of 95.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0D993 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB176217147-
CMYK0.1900.320.15
HSL95.14º47.95%71.37%-
HSV(B)95.14º32.26%85.1%-
XYZ47.9860.9636.84-
YUV196.7699.92113.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=32.59%
G=40.19%
B=27.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171470.1900.320.1595.1447.9571.37
HexB0D99313020F5f3047
Octal260331223230401713760107
Binary101100001101100110010011100110100000111110111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D993; }

 p { color: rgb(176,217,147); }

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

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

 a { background-color: rgb(176,217,147); }

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

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

 span { border-color: rgb(176,217,147); }

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