#B0CE9E

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

Shades of Pixie Green #B0CE9E

Tints of Pixie Green #B0CE9E

Color information

#B0CE9E (or 0xB0CE9E) is unknown color: approx Pixie Green. HEX triplet: B0, CE and 9E. RGB value is (176,206,158). Sum of RGB (Red+Green+Blue) = 176+206+158=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE9E is #4F3161. Grayscale: #BFBFBF. Windows color (decimal): -5189986 or 10407600. OLE color: 10407600.

HSL color Cylindrical-coordinate representation of color #B0CE9E: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CE9E is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB176206158-
CMYK0.1500.230.19
HSL97.5º32.88%71.37%-
HSV(B)97.5º23.3%80.78%-
XYZ46.1555.8440.69-
YUV191.56109.06116.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=32.59%
G=38.15%
B=29.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061580.1500.230.1997.532.8871.37
HexB0CE9EF01713612147
Octal260316236170272314141107
Binary10110000110011101001111011110101111001111000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE9E; }

 p { color: rgb(176,206,158); }

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

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

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

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

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

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

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