#BFE29A

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

Shades of Pixie Green #BFE29A

Tints of Pixie Green #BFE29A

Color information

#BFE29A (or 0xBFE29A) is unknown color: approx Pixie Green. HEX triplet: BF, E2 and 9A. RGB value is (191,226,154). Sum of RGB (Red+Green+Blue) = 191+226+154=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE29A is #401D65. Grayscale: #CFCFCF. Windows color (decimal): -4201830 or 10150591. OLE color: 10150591.

HSL color Cylindrical-coordinate representation of color #BFE29A: hue angle of 89.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE29A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB191226154-
CMYK0.1500.320.11
HSL89.17º55.38%74.51%-
HSV(B)89.17º31.86%88.63%-
XYZ54.5167.840.79-
YUV207.3397.9116.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 226 (88.67% from 255) = 39.58%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=33.45%
G=39.58%
B=26.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261540.1500.320.1189.1755.3874.51
HexBFE29AF020B59374b
Octal277342232170401313167113
Binary10111111111000101001101011110100000101110110011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE29A; }

 p { color: rgb(191,226,154); }

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

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

 a { background-color: rgb(191,226,154); }

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

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

 span { border-color: rgb(191,226,154); }

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