#B4FBB2

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

Shades of Celadon #B4FBB2

Tints of Celadon #B4FBB2

Color information

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

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

Color convert

RGB180251178-
CMYK0.2800.290.02
HSL118.36º90.12%84.12%-
HSV(B)118.36º29.08%98.43%-
XYZ61.3681.9154.7-
YUV221.45103.4898.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511780.2800.290.02118.3690.1284.12
HexB4FBB21C01D2765a54
Octal264373262340352166132124
Binary1011010011111011101100101110001110110111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBB2; }

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

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

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

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

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

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

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

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