#B0F0B0

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

Shades of Celadon #B0F0B0

Tints of Celadon #B0F0B0

Color information

#B0F0B0 (or 0xB0F0B0) is unknown color: approx Celadon. HEX triplet: B0, F0 and B0. RGB value is (176,240,176). Sum of RGB (Red+Green+Blue) = 176+240+176=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F0B0 is #4F0F4F. Grayscale: #D5D5D5. Windows color (decimal): -5181264 or 11595952. OLE color: 11595952.

HSL color Cylindrical-coordinate representation of color #B0F0B0: hue angle of 120º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0B0 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB176240176-
CMYK0.2700.270.06
HSL120º68.09%81.57%-
HSV(B)120º26.67%94.12%-
XYZ56.974.6852.49-
YUV213.57106.8101.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.73%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 176 (69.14% from 255) = 29.73%
R=29.73%
G=40.54%
B=29.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401760.2700.270.0612068.0981.57
HexB0F0B01B01B6784452
Octal260360260330336170104122
Binary10110000111100001011000011011011011110111100010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0B0; }

 p { color: rgb(176,240,176); }

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

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

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

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

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

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

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