#BFE196

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

Shades of Pixie Green #BFE196

Tints of Pixie Green #BFE196

Color information

#BFE196 (or 0xBFE196) is unknown color: approx Pixie Green. HEX triplet: BF, E1 and 96. RGB value is (191,225,150). Sum of RGB (Red+Green+Blue) = 191+225+150=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE196 is #401E69. Grayscale: #CECECE. Windows color (decimal): -4202090 or 9888191. OLE color: 9888191.

HSL color Cylindrical-coordinate representation of color #BFE196: hue angle of 87.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE196 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB191225150-
CMYK0.1500.330.12
HSL87.2º55.56%73.53%-
HSV(B)87.2º33.33%88.24%-
XYZ53.9267.1338.97-
YUV206.2896.24117.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 150 (58.98% from 255) = 26.50%
R=33.75%
G=39.75%
B=26.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251500.1500.330.1287.255.5673.53
HexBFE196F021C57384a
Octal277341226170411412770112
Binary10111111111000011001011011110100001110010101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE196; }

 p { color: rgb(191,225,150); }

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

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

 a { background-color: rgb(191,225,150); }

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

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

 span { border-color: rgb(191,225,150); }

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