#B9FEB6

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

Shades of Celadon #B9FEB6

Tints of Celadon #B9FEB6

Color information

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

HSL color Cylindrical-coordinate representation of color #B9FEB6: hue angle of 117.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 #B9FEB6 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB185254182-
CMYK0.2700.280.00
HSL117.5º97.3%85.49%-
HSV(B)117.5º28.35%99.61%-
XYZ63.8984.5857.21-
YUV225.16103.6499.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852541820.2700.280.00117.597.385.49
HexB9FEB61B01C0766155
Octal271376266330340166141125
Binary101110011111111010110110110110111000111011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEB6; }

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

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

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

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

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

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

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

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