#B0FCB1

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

Shades of Celadon #B0FCB1

Tints of Celadon #B0FCB1

Color information

#B0FCB1 (or 0xB0FCB1) is unknown color: approx Celadon. HEX triplet: B0, FC and B1. RGB value is (176,252,177). Sum of RGB (Red+Green+Blue) = 176+252+177=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCB1 is #4F034E. Grayscale: #DCDCDC. Windows color (decimal): -5178191 or 11664560. OLE color: 11664560.

HSL color Cylindrical-coordinate representation of color #B0FCB1: hue angle of 120.79º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCB1 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB176252177-
CMYK0.3000.300.01
HSL120.79º92.68%83.92%-
HSV(B)120.79º30.16%98.82%-
XYZ60.6582.0354.23-
YUV220.73103.3296.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 252 (98.83% from 255) = 41.65%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=29.09%
G=41.65%
B=29.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521770.3000.300.01120.7992.6883.92
HexB0FCB11E01E1795d54
Octal260374261360361171135124
Binary101100001111110010110001111100111101111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCB1; }

 p { color: rgb(176,252,177); }

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

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

 a { background-color: rgb(176,252,177); }

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

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

 span { border-color: rgb(176,252,177); }

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