#B0F6AD

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

Shades of Celadon #B0F6AD

Tints of Celadon #B0F6AD

Color information

#B0F6AD (or 0xB0F6AD) is unknown color: approx Celadon. HEX triplet: B0, F6 and AD. RGB value is (176,246,173). Sum of RGB (Red+Green+Blue) = 176+246+173=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F6AD is #4F0952. Grayscale: #D8D8D8. Windows color (decimal): -5179731 or 11400880. OLE color: 11400880.

HSL color Cylindrical-coordinate representation of color #B0F6AD: hue angle of 117.53º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F6AD is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB176246173-
CMYK0.2800.300.04
HSL117.53º80.22%82.16%-
HSV(B)117.53º29.67%96.47%-
XYZ58.478.1651.54-
YUV216.75103.3198.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.58%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=29.58%
G=41.34%
B=29.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461730.2800.300.04117.5380.2282.16
HexB0F6AD1C01E4765052
Octal260366255340364166120122
Binary10110000111101101010110111100011110100111011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F6AD; }

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

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

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

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

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

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

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

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