#B1FBB0

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

Shades of Celadon #B1FBB0

Tints of Celadon #B1FBB0

Color information

#B1FBB0 (or 0xB1FBB0) is unknown color: approx Celadon. HEX triplet: B1, FB and B0. RGB value is (177,251,176). Sum of RGB (Red+Green+Blue) = 177+251+176=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FBB0 is #4E044F. Grayscale: #DCDCDC. Windows color (decimal): -5112912 or 11598769. OLE color: 11598769.

HSL color Cylindrical-coordinate representation of color #B1FBB0: hue angle of 119.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FBB0 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB177251176-
CMYK0.2900.300.02
HSL119.2º90.36%83.73%-
HSV(B)119.2º29.88%98.43%-
XYZ60.4781.4853.61-
YUV220.32102.9897.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=29.30%
G=41.56%
B=29.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511760.2900.300.02119.290.3683.73
HexB1FBB01D01E2775a54
Octal261373260350362167132124
Binary1011000111111011101100001110101111010111011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBB0; }

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

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

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

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

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

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

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

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