#B2FBB0

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

Shades of Celadon #B2FBB0

Tints of Celadon #B2FBB0

Color information

#B2FBB0 (or 0xB2FBB0) is unknown color: approx Celadon. HEX triplet: B2, FB and B0. RGB value is (178,251,176). Sum of RGB (Red+Green+Blue) = 178+251+176=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FBB0 is #4D044F. Grayscale: #DCDCDC. Windows color (decimal): -5047376 or 11598770. OLE color: 11598770.

HSL color Cylindrical-coordinate representation of color #B2FBB0: hue angle of 118.4º 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 #B2FBB0 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB178251176-
CMYK0.2900.300.02
HSL118.4º90.36%83.73%-
HSV(B)118.4º29.88%98.43%-
XYZ60.6981.5953.62-
YUV220.62102.8297.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=29.42%
G=41.49%
B=29.09%

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
Decimal1782511760.2900.300.02118.490.3683.73
HexB2FBB01D01E2765a54
Octal262373260350362166132124
Binary1011001011111011101100001110101111010111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBB0; }

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

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

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

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

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

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

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

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