#B5D6A0

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

Shades of Pixie Green #B5D6A0

Tints of Pixie Green #B5D6A0

Color information

#B5D6A0 (or 0xB5D6A0) is unknown color: approx Pixie Green. HEX triplet: B5, D6 and A0. RGB value is (181,214,160). Sum of RGB (Red+Green+Blue) = 181+214+160=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D6A0 is #4A295F. Grayscale: #C6C6C6. Windows color (decimal): -4860256 or 10540725. OLE color: 10540725.

HSL color Cylindrical-coordinate representation of color #B5D6A0: hue angle of 96.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5D6A0 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB181214160-
CMYK0.1500.250.16
HSL96.67º39.71%73.33%-
HSV(B)96.67º25.23%83.92%-
XYZ49.4560.4542.32-
YUV197.98106.57115.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=32.61%
G=38.56%
B=28.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812141600.1500.250.1696.6739.7173.33
HexB5D6A0F01910612849
Octal265326240170312014150111
Binary10110101110101101010000011110110011000011000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6A0; }

 p { color: rgb(181,214,160); }

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

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

 a { background-color: rgb(181,214,160); }

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

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

 span { border-color: rgb(181,214,160); }

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