#B0F7AD

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

Shades of Celadon #B0F7AD

Tints of Celadon #B0F7AD

Color information

#B0F7AD (or 0xB0F7AD) is unknown color: approx Celadon. HEX triplet: B0, F7 and AD. RGB value is (176,247,173). Sum of RGB (Red+Green+Blue) = 176+247+173=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F7AD is #4F0852. Grayscale: #D9D9D9. Windows color (decimal): -5179475 or 11401136. OLE color: 11401136.

HSL color Cylindrical-coordinate representation of color #B0F7AD: hue angle of 117.57º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F7AD is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB176247173-
CMYK0.2900.300.03
HSL117.57º82.22%82.35%-
HSV(B)117.57º29.96%96.86%-
XYZ58.7178.7751.64-
YUV217.34102.9898.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=29.53%
G=41.44%
B=29.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471730.2900.300.03117.5782.2282.35
HexB0F7AD1D01E3765252
Octal260367255350363166122122
Binary1011000011110111101011011110101111011111011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7AD; }

 p { color: rgb(176,247,173); }

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

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

 a { background-color: rgb(176,247,173); }

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

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

 span { border-color: rgb(176,247,173); }

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