#B5C7A5

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

Shades of Pixie Green #B5C7A5

Tints of Pixie Green #B5C7A5

Color information

#B5C7A5 (or 0xB5C7A5) is unknown color: approx Pixie Green. HEX triplet: B5, C7 and A5. RGB value is (181,199,165). Sum of RGB (Red+Green+Blue) = 181+199+165=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C7A5 is #4A385A. Grayscale: #BDBDBD. Windows color (decimal): -4864091 or 10864565. OLE color: 10864565.

HSL color Cylindrical-coordinate representation of color #B5C7A5: hue angle of 91.76º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5C7A5 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB181199165-
CMYK0.0900.170.22
HSL91.76º23.29%71.37%-
HSV(B)91.76º17.09%78.04%-
XYZ46.2753.3943.46-
YUV189.74114.04121.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=33.21%
G=36.51%
B=30.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811991650.0900.170.2291.7623.2971.37
HexB5C7A59011165c1747
Octal265307245110212613427107
Binary1011010111000111101001011001010001101101011100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C7A5; }

 p { color: rgb(181,199,165); }

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

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

 a { background-color: rgb(181,199,165); }

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

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

 span { border-color: rgb(181,199,165); }

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