#B5CE9F

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

Shades of Pixie Green #B5CE9F

Tints of Pixie Green #B5CE9F

Color information

#B5CE9F (or 0xB5CE9F) is unknown color: approx Pixie Green. HEX triplet: B5, CE and 9F. RGB value is (181,206,159). Sum of RGB (Red+Green+Blue) = 181+206+159=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CE9F is #4A3160. Grayscale: #C1C1C1. Windows color (decimal): -4862305 or 10473141. OLE color: 10473141.

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

Color convert

RGB181206159-
CMYK0.1200.230.19
HSL91.91º32.41%71.57%-
HSV(B)91.91º22.82%80.78%-
XYZ47.3956.4741.2-
YUV193.17108.72119.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=33.15%
G=37.73%
B=29.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061590.1200.230.1991.9132.4171.57
HexB5CE9FC017135c2048
Octal265316237140272313440110
Binary10110101110011101001111111000101111001110111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CE9F; }

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

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

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

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

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

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

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

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