#B6FEB9

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

Shades of Fringy Flower #B6FEB9

Tints of Fringy Flower #B6FEB9

Color information

#B6FEB9 (or 0xB6FEB9) is unknown color: approx Fringy Flower. HEX triplet: B6, FE and B9. RGB value is (182,254,185). Sum of RGB (Red+Green+Blue) = 182+254+185=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FEB9 is #490146. Grayscale: #E0E0E0. Windows color (decimal): -4784455 or 12189366. OLE color: 12189366.

HSL color Cylindrical-coordinate representation of color #B6FEB9: hue angle of 122.5º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FEB9 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB182254185-
CMYK0.2800.270.00
HSL122.5º97.3%85.49%-
HSV(B)122.5º28.35%99.61%-
XYZ63.4984.3358.83-
YUV224.61105.6597.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.31%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 185 (72.66% from 255) = 29.79%
R=29.31%
G=40.90%
B=29.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822541850.2800.270.00122.597.385.49
HexB6FEB91C01B07a6155
Octal266376271340330172141125
Binary101101101111111010111001111000110110111101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEB9; }

 p { color: rgb(182,254,185); }

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

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

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

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

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

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

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