#B9FCB5

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

Shades of Celadon #B9FCB5

Tints of Celadon #B9FCB5

Color information

#B9FCB5 (or 0xB9FCB5) is unknown color: approx Celadon. HEX triplet: B9, FC and B5. RGB value is (185,252,181). Sum of RGB (Red+Green+Blue) = 185+252+181=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCB5 is #46034A. Grayscale: #E0E0E0. Windows color (decimal): -4588363 or 11926713. OLE color: 11926713.

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

Color convert

RGB185252181-
CMYK0.2700.280.01
HSL116.62º92.21%84.9%-
HSV(B)116.62º28.17%98.82%-
XYZ63.1683.2756.46-
YUV223.87103.8100.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=29.94%
G=40.78%
B=29.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521810.2700.280.01116.6292.2184.9
HexB9FCB51B01C1755c55
Octal271374265330341165134125
Binary101110011111110010110101110110111001111010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCB5; }

 p { color: rgb(185,252,181); }

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

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

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

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

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

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

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