#B0F3AD

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

Shades of Celadon #B0F3AD

Tints of Celadon #B0F3AD

Color information

#B0F3AD (or 0xB0F3AD) is unknown color: approx Celadon. HEX triplet: B0, F3 and AD. RGB value is (176,243,173). Sum of RGB (Red+Green+Blue) = 176+243+173=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F3AD is #4F0C52. Grayscale: #D7D7D7. Windows color (decimal): -5180499 or 11400112. OLE color: 11400112.

HSL color Cylindrical-coordinate representation of color #B0F3AD: hue angle of 117.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F3AD is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB176243173-
CMYK0.2800.290.05
HSL117.43º74.47%81.57%-
HSV(B)117.43º28.81%95.29%-
XYZ57.576.3551.24-
YUV214.99104.3100.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.73%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=29.73%
G=41.05%
B=29.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431730.2800.290.05117.4374.4781.57
HexB0F3AD1C01D5754a52
Octal260363255340355165112122
Binary10110000111100111010110111100011101101111010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3AD; }

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

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

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

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

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

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

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

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