#B0F4AE

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

Shades of Celadon #B0F4AE

Tints of Celadon #B0F4AE

Color information

#B0F4AE (or 0xB0F4AE) is unknown color: approx Celadon. HEX triplet: B0, F4 and AE. RGB value is (176,244,174). Sum of RGB (Red+Green+Blue) = 176+244+174=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F4AE is #4F0B51. Grayscale: #D7D7D7. Windows color (decimal): -5180242 or 11465904. OLE color: 11465904.

HSL color Cylindrical-coordinate representation of color #B0F4AE: hue angle of 118.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F4AE is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB176244174-
CMYK0.2800.290.04
HSL118.29º76.09%81.96%-
HSV(B)118.29º28.69%95.69%-
XYZ57.976.9951.85-
YUV215.69104.4799.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=29.63%
G=41.08%
B=29.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441740.2800.290.04118.2976.0981.96
HexB0F4AE1C01D4764c52
Octal260364256340354166114122
Binary10110000111101001010111011100011101100111011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4AE; }

 p { color: rgb(176,244,174); }

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

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

 a { background-color: rgb(176,244,174); }

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

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

 span { border-color: rgb(176,244,174); }

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