#B5DF92

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

Shades of Feijoa #B5DF92

Tints of Feijoa #B5DF92

Color information

#B5DF92 (or 0xB5DF92) is unknown color: approx Feijoa. HEX triplet: B5, DF and 92. RGB value is (181,223,146). Sum of RGB (Red+Green+Blue) = 181+223+146=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF92 is #4A206D. Grayscale: #C9C9C9. Windows color (decimal): -4857966 or 9625525. OLE color: 9625525.

HSL color Cylindrical-coordinate representation of color #B5DF92: hue angle of 92.73º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5DF92 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB181223146-
CMYK0.1900.350.13
HSL92.73º54.61%72.35%-
HSV(B)92.73º34.53%87.45%-
XYZ50.6364.6737.01-
YUV201.6696.59113.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=32.91%
G=40.55%
B=26.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231460.1900.350.1392.7354.6172.35
HexB5DF9213023D5d3748
Octal265337222230431513567110
Binary101101011101111110010010100110100011110110111011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DF92; }

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

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

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

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

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

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

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

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