#B1FFAD

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

Shades of Celadon #B1FFAD

Tints of Celadon #B1FFAD

Color information

#B1FFAD (or 0xB1FFAD) is unknown color: approx Celadon. HEX triplet: B1, FF and AD. RGB value is (177,255,173). Sum of RGB (Red+Green+Blue) = 177+255+173=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FFAD is #4E0052. Grayscale: #DEDEDE. Windows color (decimal): -5111891 or 11403185. OLE color: 11403185.

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

Color convert

RGB177255173-
CMYK0.3100.320
HSL117.07º100%83.92%-
HSV(B)117.07º32.16%100%-
XYZ61.4383.8852.49-
YUV222.33100.1695.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.26%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=29.26%
G=42.15%
B=28.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551730.3100.320117.0710083.92
HexB1FFAD1F0200756454
Octal261377255370400165144124
Binary1011000111111111101011011111101000000111010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFAD; }

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

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

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

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

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

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

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

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