#B0D19D

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

Shades of Pixie Green #B0D19D

Tints of Pixie Green #B0D19D

Color information

#B0D19D (or 0xB0D19D) is unknown color: approx Pixie Green. HEX triplet: B0, D1 and 9D. RGB value is (176,209,157). Sum of RGB (Red+Green+Blue) = 176+209+157=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D19D is #4F2E62. Grayscale: #C1C1C1. Windows color (decimal): -5189219 or 10342832. OLE color: 10342832.

HSL color Cylindrical-coordinate representation of color #B0D19D: hue angle of 98.08º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D19D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB176209157-
CMYK0.1600.250.18
HSL98.08º36.11%71.76%-
HSV(B)98.08º24.88%81.96%-
XYZ46.7957.2740.49-
YUV193.2107.57115.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=32.47%
G=38.56%
B=28.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091570.1600.250.1898.0836.1171.76
HexB0D19D1001912622448
Octal260321235200312214244110
Binary101100001101000110011101100000110011001011000101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D19D; }

 p { color: rgb(176,209,157); }

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

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

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

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

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

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

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