#B0F9AC

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

Shades of Celadon #B0F9AC

Tints of Celadon #B0F9AC

Color information

#B0F9AC (or 0xB0F9AC) is unknown color: approx Celadon. HEX triplet: B0, F9 and AC. RGB value is (176,249,172). Sum of RGB (Red+Green+Blue) = 176+249+172=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F9AC is #4F0653. Grayscale: #DADADA. Windows color (decimal): -5178964 or 11336112. OLE color: 11336112.

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

Color convert

RGB176249172-
CMYK0.2900.310.02
HSL116.88º86.52%82.55%-
HSV(B)116.88º30.92%97.65%-
XYZ59.2379.9651.34-
YUV218.4101.8297.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.48%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=29.48%
G=41.71%
B=28.81%

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
Decimal1762491720.2900.310.02116.8886.5282.55
HexB0F9AC1D01F2755753
Octal260371254350372165127123
Binary1011000011111001101011001110101111110111010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9AC; }

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

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

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

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

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

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

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

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