#B0E7B2

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

Shades of Celadon #B0E7B2

Tints of Celadon #B0E7B2

Color information

#B0E7B2 (or 0xB0E7B2) is unknown color: approx Celadon. HEX triplet: B0, E7 and B2. RGB value is (176,231,178). Sum of RGB (Red+Green+Blue) = 176+231+178=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E7B2 is #4F184D. Grayscale: #D0D0D0. Windows color (decimal): -5183566 or 11724720. OLE color: 11724720.

HSL color Cylindrical-coordinate representation of color #B0E7B2: hue angle of 122.18º degrees, saturation: 0.53, 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 #B0E7B2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB176231178-
CMYK0.2400.230.09
HSL122.18º53.4%79.8%-
HSV(B)122.18º23.81%90.59%-
XYZ54.5269.652.68-
YUV208.51110.78104.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 178 (69.92% from 255) = 30.43%
R=30.09%
G=39.49%
B=30.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762311780.2400.230.09122.1853.479.8
HexB0E7B21801797a3550
Octal260347262300271117265120
Binary10110000111001111011001011000010111100111110101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E7B2; }

 p { color: rgb(176,231,178); }

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

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

 a { background-color: rgb(176,231,178); }

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

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

 span { border-color: rgb(176,231,178); }

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