#B6F4C0

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

Shades of Fringy Flower #B6F4C0

Tints of Fringy Flower #B6F4C0

Color information

#B6F4C0 (or 0xB6F4C0) is unknown color: approx Fringy Flower. HEX triplet: B6, F4 and C0. RGB value is (182,244,192). Sum of RGB (Red+Green+Blue) = 182+244+192=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F4C0 is #490B3F. Grayscale: #DBDBDB. Windows color (decimal): -4787008 or 12645558. OLE color: 12645558.

HSL color Cylindrical-coordinate representation of color #B6F4C0: hue angle of 129.68º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F4C0 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB182244192-
CMYK0.2500.210.04
HSL129.68º73.81%83.53%-
HSV(B)129.68º25.41%95.69%-
XYZ61.1678.4561.79-
YUV219.53112.46101.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 244 (95.70% from 255) = 39.48%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=29.45%
G=39.48%
B=31.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822441920.2500.210.04129.6873.8183.53
HexB6F4C0190154824a54
Octal266364300310254202112124
Binary101101101111010011000000110010101011001000001010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F4C0; }

 p { color: rgb(182,244,192); }

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

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

 a { background-color: rgb(182,244,192); }

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

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

 span { border-color: rgb(182,244,192); }

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