#B0CE9C

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

Shades of Pixie Green #B0CE9C

Tints of Pixie Green #B0CE9C

Color information

#B0CE9C (or 0xB0CE9C) is unknown color: approx Pixie Green. HEX triplet: B0, CE and 9C. RGB value is (176,206,156). Sum of RGB (Red+Green+Blue) = 176+206+156=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE9C is #4F3163. Grayscale: #BFBFBF. Windows color (decimal): -5189988 or 10276528. OLE color: 10276528.

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

Color convert

RGB176206156-
CMYK0.1500.240.19
HSL96º33.78%70.98%-
HSV(B)96º24.27%80.78%-
XYZ45.9855.7739.79-
YUV191.33108.06117.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=32.71%
G=38.29%
B=29.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061560.1500.240.199633.7870.98
HexB0CE9CF01813602247
Octal260316234170302314042107
Binary10110000110011101001110011110110001001111000001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE9C; }

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

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

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

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

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

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

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

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