#B5DB92

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

Shades of Feijoa #B5DB92

Tints of Feijoa #B5DB92

Color information

#B5DB92 (or 0xB5DB92) is unknown color: approx Feijoa. HEX triplet: B5, DB and 92. RGB value is (181,219,146). Sum of RGB (Red+Green+Blue) = 181+219+146=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB92 is #4A246D. Grayscale: #C7C7C7. Windows color (decimal): -4858990 or 9624501. OLE color: 9624501.

HSL color Cylindrical-coordinate representation of color #B5DB92: hue angle of 91.23º 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 #B5DB92 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB181219146-
CMYK0.1700.330.14
HSL91.23º50.34%71.57%-
HSV(B)91.23º33.33%85.88%-
XYZ49.5862.5636.66-
YUV199.3297.91114.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=33.15%
G=40.11%
B=26.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191460.1700.330.1491.2350.3471.57
HexB5DB9211021E5b3248
Octal265333222210411613362110
Binary101101011101101110010010100010100001111010110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DB92; }

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

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

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

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

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

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

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

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