#B3DB92

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

Shades of Feijoa #B3DB92

Tints of Feijoa #B3DB92

Color information

#B3DB92 (or 0xB3DB92) is unknown color: approx Feijoa. HEX triplet: B3, DB and 92. RGB value is (179,219,146). Sum of RGB (Red+Green+Blue) = 179+219+146=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DB92 is #4C246D. Grayscale: #C6C6C6. Windows color (decimal): -4990062 or 9624499. OLE color: 9624499.

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

Color convert

RGB179219146-
CMYK0.1800.330.14
HSL92.88º50.34%71.57%-
HSV(B)92.88º33.33%85.88%-
XYZ49.1162.3236.64-
YUV198.7298.25113.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=32.90%
G=40.26%
B=26.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191460.1800.330.1492.8850.3471.57
HexB3DB9212021E5d3248
Octal263333222220411613562110
Binary101100111101101110010010100100100001111010111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DB92; }

 p { color: rgb(179,219,146); }

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

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

 a { background-color: rgb(179,219,146); }

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

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

 span { border-color: rgb(179,219,146); }

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