#BFE09A

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

Shades of Pixie Green #BFE09A

Tints of Pixie Green #BFE09A

Color information

#BFE09A (or 0xBFE09A) is unknown color: approx Pixie Green. HEX triplet: BF, E0 and 9A. RGB value is (191,224,154). Sum of RGB (Red+Green+Blue) = 191+224+154=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE09A is #401F65. Grayscale: #CECECE. Windows color (decimal): -4202342 or 10150079. OLE color: 10150079.

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

Color convert

RGB191224154-
CMYK0.1500.310.12
HSL88.29º53.03%74.12%-
HSV(B)88.29º31.25%87.84%-
XYZ53.9766.7240.61-
YUV206.1598.57117.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=33.57%
G=39.37%
B=27.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241540.1500.310.1288.2953.0374.12
HexBFE09AF01FC58354a
Octal277340232170371413065112
Binary1011111111100000100110101111011111110010110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE09A; }

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

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

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

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

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

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

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

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