#B0F9AB

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

Shades of Celadon #B0F9AB

Tints of Celadon #B0F9AB

Color information

#B0F9AB (or 0xB0F9AB) is unknown color: approx Celadon. HEX triplet: B0, F9 and AB. RGB value is (176,249,171). Sum of RGB (Red+Green+Blue) = 176+249+171=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F9AB is #4F0654. Grayscale: #DADADA. Windows color (decimal): -5178965 or 11270576. OLE color: 11270576.

HSL color Cylindrical-coordinate representation of color #B0F9AB: hue angle of 116.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F9AB is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB176249171-
CMYK0.2900.310.02
HSL116.15º86.67%82.35%-
HSV(B)116.15º31.33%97.65%-
XYZ59.1379.9250.84-
YUV218.28101.3297.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=29.53%
G=41.78%
B=28.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491710.2900.310.02116.1586.6782.35
HexB0F9AB1D01F2745752
Octal260371253350372164127122
Binary1011000011111001101010111110101111110111010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9AB; }

 p { color: rgb(176,249,171); }

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

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

 a { background-color: rgb(176,249,171); }

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

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

 span { border-color: rgb(176,249,171); }

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