#B9F8B5

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

Shades of Celadon #B9F8B5

Tints of Celadon #B9F8B5

Color information

#B9F8B5 (or 0xB9F8B5) is unknown color: approx Celadon. HEX triplet: B9, F8 and B5. RGB value is (185,248,181). Sum of RGB (Red+Green+Blue) = 185+248+181=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F8B5 is #46074A. Grayscale: #DDDDDD. Windows color (decimal): -4589387 or 11925689. OLE color: 11925689.

HSL color Cylindrical-coordinate representation of color #B9F8B5: hue angle of 116.42º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F8B5 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB185248181-
CMYK0.2500.270.03
HSL116.42º82.72%84.12%-
HSV(B)116.42º27.02%97.25%-
XYZ61.9280.7956.05-
YUV221.52105.13101.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=30.13%
G=40.39%
B=29.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852481810.2500.270.03116.4282.7284.12
HexB9F8B51901B3745354
Octal271370265310333164123124
Binary1011100111111000101101011100101101111111010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F8B5; }

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

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

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

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

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

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

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

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