#BFDE9A

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

Shades of Pixie Green #BFDE9A

Tints of Pixie Green #BFDE9A

Color information

#BFDE9A (or 0xBFDE9A) is unknown color: approx Pixie Green. HEX triplet: BF, DE and 9A. RGB value is (191,222,154). Sum of RGB (Red+Green+Blue) = 191+222+154=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE9A is #402165. Grayscale: #CDCDCD. Windows color (decimal): -4202854 or 10149567. OLE color: 10149567.

HSL color Cylindrical-coordinate representation of color #BFDE9A: hue angle of 87.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFDE9A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB191222154-
CMYK0.1400.310.13
HSL87.35º50.75%73.73%-
HSV(B)87.35º30.63%87.06%-
XYZ53.4465.6540.43-
YUV204.9899.23118.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=33.69%
G=39.15%
B=27.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221540.1400.310.1387.3550.7573.73
HexBFDE9AE01FD57334a
Octal277336232160371512763112
Binary1011111111011110100110101110011111110110101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE9A; }

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

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

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

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

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

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

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

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