#B0E8B1

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

Shades of Celadon #B0E8B1

Tints of Celadon #B0E8B1

Color information

#B0E8B1 (or 0xB0E8B1) is unknown color: approx Celadon. HEX triplet: B0, E8 and B1. RGB value is (176,232,177). Sum of RGB (Red+Green+Blue) = 176+232+177=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E8B1 is #4F174E. Grayscale: #D1D1D1. Windows color (decimal): -5183311 or 11659440. OLE color: 11659440.

HSL color Cylindrical-coordinate representation of color #B0E8B1: hue angle of 121.07º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E8B1 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB176232177-
CMYK0.2400.240.09
HSL121.07º54.9%80%-
HSV(B)121.07º24.14%90.98%-
XYZ54.770.1252.25-
YUV208.99109.95104.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=30.09%
G=39.66%
B=30.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762321770.2400.240.09121.0754.980
HexB0E8B1180189793750
Octal260350261300301117167120
Binary10110000111010001011000111000011000100111110011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8B1; }

 p { color: rgb(176,232,177); }

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

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

 a { background-color: rgb(176,232,177); }

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

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

 span { border-color: rgb(176,232,177); }

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