#B1FFAC

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

Shades of Celadon #B1FFAC

Tints of Celadon #B1FFAC

Color information

#B1FFAC (or 0xB1FFAC) is unknown color: approx Celadon. HEX triplet: B1, FF and AC. RGB value is (177,255,172). Sum of RGB (Red+Green+Blue) = 177+255+172=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FFAC is #4E0053. Grayscale: #DEDEDE. Windows color (decimal): -5111892 or 11337649. OLE color: 11337649.

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

Color convert

RGB177255172-
CMYK0.3100.330
HSL116.39º100%83.73%-
HSV(B)116.39º32.55%100%-
XYZ61.3483.8551.98-
YUV222.2299.6695.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=29.30%
G=42.22%
B=28.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551720.3100.330116.3910083.73
HexB1FFAC1F0210746454
Octal261377254370410164144124
Binary1011000111111111101011001111101000010111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFAC; }

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

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

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

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

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

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

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

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