#B9F6B5

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

Shades of Celadon #B9F6B5

Tints of Celadon #B9F6B5

Color information

#B9F6B5 (or 0xB9F6B5) is unknown color: approx Celadon. HEX triplet: B9, F6 and B5. RGB value is (185,246,181). Sum of RGB (Red+Green+Blue) = 185+246+181=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6B5 is #46094A. Grayscale: #DCDCDC. Windows color (decimal): -4589899 or 11925177. OLE color: 11925177.

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

Color convert

RGB185246181-
CMYK0.2500.260.04
HSL116.31º78.31%83.73%-
HSV(B)116.31º26.42%96.47%-
XYZ61.379.5655.84-
YUV220.35105.79102.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=30.23%
G=40.20%
B=29.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852461810.2500.260.04116.3178.3183.73
HexB9F6B51901A4744e54
Octal271366265310324164116124
Binary10111001111101101011010111001011010100111010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F6B5; }

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

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

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

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

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

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

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

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