#b9ebb9

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

Shades of Fringy Flower #B9EBB9

Tints of Fringy Flower #B9EBB9

Color information

#B9EBB9 (or 0xB9EBB9) is unknown color: approx Fringy Flower. HEX triplet: B9, EB and B9. RGB value is (185,235,185). Sum of RGB (Red+Green+Blue) = 185+235+185=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBB9 is #461446. Grayscale: #D6D6D6. Windows color (decimal): -4592711 or 12184505. OLE color: 12184505.

HSL color Cylindrical-coordinate representation of color #B9EBB9: hue angle of 120º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EBB9 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB185235185-
CMYK0.2100.210.08
HSL120º55.56%82.35%-
HSV(B)120º21.28%92.16%-
XYZ58.4773.2356.95-
YUV214.35111.44107.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=30.58%
G=38.84%
B=30.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351850.2100.210.0812055.5682.35
HexB9EBB9150158783852
Octal271353271250251017070122
Binary10111001111010111011100110101010101100011110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ebb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ebb9; }

 p { color: rgb(185,235,185); }

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

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

 a { background-color: rgb(185,235,185); }

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

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

 span { border-color: rgb(185,235,185); }

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