#B5DC92

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

Shades of Feijoa #B5DC92

Tints of Feijoa #B5DC92

Color information

#B5DC92 (or 0xB5DC92) is unknown color: approx Feijoa. HEX triplet: B5, DC and 92. RGB value is (181,220,146). Sum of RGB (Red+Green+Blue) = 181+220+146=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC92 is #4A236D. Grayscale: #C8C8C8. Windows color (decimal): -4858734 or 9624757. OLE color: 9624757.

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

Color convert

RGB181220146-
CMYK0.1800.340.14
HSL91.62º51.39%71.76%-
HSV(B)91.62º33.64%86.27%-
XYZ49.8463.0936.74-
YUV199.997.58114.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=33.09%
G=40.22%
B=26.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201460.1800.340.1491.6251.3971.76
HexB5DC9212022E5c3348
Octal265334222220421613463110
Binary101101011101110010010010100100100010111010111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC92; }

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

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

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

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

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

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

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

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