#B9F9B5

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

Shades of Celadon #B9F9B5

Tints of Celadon #B9F9B5

Color information

#B9F9B5 (or 0xB9F9B5) is unknown color: approx Celadon. HEX triplet: B9, F9 and B5. RGB value is (185,249,181). Sum of RGB (Red+Green+Blue) = 185+249+181=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9B5 is #46064A. Grayscale: #DEDEDE. Windows color (decimal): -4589131 or 11925945. OLE color: 11925945.

HSL color Cylindrical-coordinate representation of color #B9F9B5: hue angle of 116.47º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F9B5 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB185249181-
CMYK0.2600.270.02
HSL116.47º85%84.31%-
HSV(B)116.47º27.31%97.65%-
XYZ62.2281.456.15-
YUV222.11104.8101.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.08%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=30.08%
G=40.49%
B=29.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852491810.2600.270.02116.478584.31
HexB9F9B51A01B2745554
Octal271371265320332164125124
Binary1011100111111001101101011101001101110111010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F9B5; }

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

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

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

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

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

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

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

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