#B9ECB7

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

Shades of Celadon #B9ECB7

Tints of Celadon #B9ECB7

Color information

#B9ECB7 (or 0xB9ECB7) is unknown color: approx Celadon. HEX triplet: B9, EC and B7. RGB value is (185,236,183). Sum of RGB (Red+Green+Blue) = 185+236+183=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECB7 is #461348. Grayscale: #D6D6D6. Windows color (decimal): -4592457 or 12053689. OLE color: 12053689.

HSL color Cylindrical-coordinate representation of color #B9ECB7: hue angle of 117.74º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECB7 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB185236183-
CMYK0.2200.220.07
HSL117.74º58.24%82.16%-
HSV(B)117.74º22.46%92.55%-
XYZ58.5573.7255.94-
YUV214.71110.1106.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=30.63%
G=39.07%
B=30.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852361830.2200.220.07117.7458.2482.16
HexB9ECB7160167763a52
Octal27135426726026716672122
Binary1011100111101100101101111011001011011111101101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECB7; }

 p { color: rgb(185,236,183); }

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

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

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

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

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

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

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