#B2FBAE

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

Shades of Celadon #B2FBAE

Tints of Celadon #B2FBAE

Color information

#B2FBAE (or 0xB2FBAE) is unknown color: approx Celadon. HEX triplet: B2, FB and AE. RGB value is (178,251,174). Sum of RGB (Red+Green+Blue) = 178+251+174=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FBAE is #4D0451. Grayscale: #DCDCDC. Windows color (decimal): -5047378 or 11467698. OLE color: 11467698.

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

Color convert

RGB178251174-
CMYK0.2900.310.02
HSL116.88º90.59%83.33%-
HSV(B)116.88º30.68%98.43%-
XYZ60.581.5252.59-
YUV220.4101.8297.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.52%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=29.52%
G=41.63%
B=28.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511740.2900.310.02116.8890.5983.33
HexB2FBAE1D01F2755b53
Octal262373256350372165133123
Binary1011001011111011101011101110101111110111010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBAE; }

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

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

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

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

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

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

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

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