#B0FEB2

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

Shades of Celadon #B0FEB2

Tints of Celadon #B0FEB2

Color information

#B0FEB2 (or 0xB0FEB2) is unknown color: approx Celadon. HEX triplet: B0, FE and B2. RGB value is (176,254,178). Sum of RGB (Red+Green+Blue) = 176+254+178=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEB2 is #4F014D. Grayscale: #DEDEDE. Windows color (decimal): -5177678 or 11730608. OLE color: 11730608.

HSL color Cylindrical-coordinate representation of color #B0FEB2: hue angle of 121.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEB2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB176254178-
CMYK0.3100.300.00
HSL121.54º97.5%84.31%-
HSV(B)121.54º30.71%99.61%-
XYZ61.3883.3354.97-
YUV222.01103.1695.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 178 (69.92% from 255) = 29.28%
R=28.95%
G=41.78%
B=29.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541780.3100.300.00121.5497.584.31
HexB0FEB21F01E07a6254
Octal260376262370360172142124
Binary101100001111111010110010111110111100111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEB2; }

 p { color: rgb(176,254,178); }

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

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

 a { background-color: rgb(176,254,178); }

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

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

 span { border-color: rgb(176,254,178); }

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