#B0D39C

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

Shades of Pixie Green #B0D39C

Tints of Pixie Green #B0D39C

Color information

#B0D39C (or 0xB0D39C) is unknown color: approx Pixie Green. HEX triplet: B0, D3 and 9C. RGB value is (176,211,156). Sum of RGB (Red+Green+Blue) = 176+211+156=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D39C is #4F2C63. Grayscale: #C2C2C2. Windows color (decimal): -5188708 or 10277808. OLE color: 10277808.

HSL color Cylindrical-coordinate representation of color #B0D39C: hue angle of 98.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D39C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB176211156-
CMYK0.1700.260.17
HSL98.18º38.46%71.96%-
HSV(B)98.18º26.07%82.75%-
XYZ47.258.2240.2-
YUV194.26106.4114.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=32.41%
G=38.86%
B=28.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762111560.1700.260.1798.1838.4671.96
HexB0D39C1101A11622648
Octal260323234210322114246110
Binary101100001101001110011100100010110101000111000101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D39C; }

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

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

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

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

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

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

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

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