#B1FFB3

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

Shades of Celadon #B1FFB3

Tints of Celadon #B1FFB3

Color information

#B1FFB3 (or 0xB1FFB3) is unknown color: approx Celadon. HEX triplet: B1, FF and B3. RGB value is (177,255,179). Sum of RGB (Red+Green+Blue) = 177+255+179=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFB3 is #4E004C. Grayscale: #DFDFDF. Windows color (decimal): -5111885 or 11796401. OLE color: 11796401.

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

Color convert

RGB177255179-
CMYK0.3100.300
HSL121.54º100%84.71%-
HSV(B)121.54º30.59%100%-
XYZ62.0384.1255.62-
YUV223.01103.1695.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.97%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=28.97%
G=41.73%
B=29.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551790.3100.300121.5410084.71
HexB1FFB31F01E07a6455
Octal261377263370360172144125
Binary101100011111111110110011111110111100111101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFB3; }

 p { color: rgb(177,255,179); }

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

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

 a { background-color: rgb(177,255,179); }

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

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

 span { border-color: rgb(177,255,179); }

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