#B2FBB4

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

Shades of Celadon #B2FBB4

Tints of Celadon #B2FBB4

Color information

#B2FBB4 (or 0xB2FBB4) is unknown color: approx Celadon. HEX triplet: B2, FB and B4. RGB value is (178,251,180). Sum of RGB (Red+Green+Blue) = 178+251+180=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBB4 is #4D044B. Grayscale: #DDDDDD. Windows color (decimal): -5047372 or 11860914. OLE color: 11860914.

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

Color convert

RGB178251180-
CMYK0.2900.280.02
HSL121.64º90.12%84.12%-
HSV(B)121.64º29.08%98.43%-
XYZ61.181.7555.74-
YUV221.08104.8297.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.23%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=29.23%
G=41.22%
B=29.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511800.2900.280.02121.6490.1284.12
HexB2FBB41D01C27a5a54
Octal262373264350342172132124
Binary1011001011111011101101001110101110010111101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBB4; }

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

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

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

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

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

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

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

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