Html Css Color HEX #BFE09A Pixie Green

📋 copy color: '#BFE09A'

red 191 ◦ green 224 ◦ blue 154

#BFE09A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #BFE09A

Tints of Pixie Green #BFE09A

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 value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#BFE09A (or 0xBFE09A) is known color: 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

RGB 191 224 154 -
CMYK 0.15 0 0.31 0.12
HSL 88.29º 0.53% 0.74% -
HSV(B) 88.29º 0.31% 0.88% -
XYZ 53.97 66.72 40.61 -
YUV 206.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 191 224 154 0.15 0 0.31 0.12 88.29 0.53 0.74
Hex BF E0 9A F 0 1F C 58 35 4A
Octal 277 340 232 17 0 37 14 130 65 112
Binary 10111111 11100000 10011010 1111 0 11111 1100 1011000 110101 1001010

Color Harmonies of #BFE09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE09A

Black with #BFE09A

Text Example


Text Example

White with #BFE09A

Text Example


Text Example

HTML Codes & Css Web 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>