#B5CEA5

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

Shades of Pixie Green #B5CEA5

Tints of Pixie Green #B5CEA5

Color information

#B5CEA5 (or 0xB5CEA5) is unknown color: approx Pixie Green. HEX triplet: B5, CE and A5. RGB value is (181,206,165). Sum of RGB (Red+Green+Blue) = 181+206+165=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEA5 is #4A315A. Grayscale: #C1C1C1. Windows color (decimal): -4862299 or 10866357. OLE color: 10866357.

HSL color Cylindrical-coordinate representation of color #B5CEA5: hue angle of 96.59º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5CEA5 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB181206165-
CMYK0.1200.200.19
HSL96.59º29.5%72.75%-
HSV(B)96.59º19.9%80.78%-
XYZ47.9256.6844.01-
YUV193.85111.72118.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=32.79%
G=37.32%
B=29.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061650.1200.200.1996.5929.572.75
HexB5CEA5C01413611d49
Octal265316245140242314135111
Binary1011010111001110101001011100010100100111100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEA5; }

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

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

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

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

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

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

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

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