#B5CEA2

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

Shades of Pixie Green #B5CEA2

Tints of Pixie Green #B5CEA2

Color information

#B5CEA2 (or 0xB5CEA2) is unknown color: approx Pixie Green. HEX triplet: B5, CE and A2. RGB value is (181,206,162). Sum of RGB (Red+Green+Blue) = 181+206+162=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEA2 is #4A315D. Grayscale: #C1C1C1. Windows color (decimal): -4862302 or 10669749. OLE color: 10669749.

HSL color Cylindrical-coordinate representation of color #B5CEA2: hue angle of 94.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CEA2 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB181206162-
CMYK0.1200.210.19
HSL94.09º30.99%72.16%-
HSV(B)94.09º21.36%80.78%-
XYZ47.6556.5842.59-
YUV193.51110.22119.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=32.97%
G=37.52%
B=29.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061620.1200.210.1994.0930.9972.16
HexB5CEA2C015135e1f48
Octal265316242140252313637110
Binary1011010111001110101000101100010101100111011110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEA2; }

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

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

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

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

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

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

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

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