#B5FAB3

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

Shades of Celadon #B5FAB3

Tints of Celadon #B5FAB3

Color information

#B5FAB3 (or 0xB5FAB3) is unknown color: approx Celadon. HEX triplet: B5, FA and B3. RGB value is (181,250,179). Sum of RGB (Red+Green+Blue) = 181+250+179=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FAB3 is #4A054C. Grayscale: #DDDDDD. Windows color (decimal): -4851021 or 11795125. OLE color: 11795125.

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

Color convert

RGB181250179-
CMYK0.2800.280.02
HSL118.31º87.65%84.12%-
HSV(B)118.31º28.4%98.04%-
XYZ61.3881.4555.13-
YUV221.28104.1499.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 179 (70.31% from 255) = 29.34%
R=29.67%
G=40.98%
B=29.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501790.2800.280.02118.3187.6584.12
HexB5FAB31C01C2765854
Octal265372263340342166130124
Binary1011010111111010101100111110001110010111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAB3; }

 p { color: rgb(181,250,179); }

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

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

 a { background-color: rgb(181,250,179); }

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

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

 span { border-color: rgb(181,250,179); }

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