Html Css Color HEX #BFDF9D Pixie Green

📋 copy color: '#BFDF9D'

red 191 ◦ green 223 ◦ blue 157

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

Shades of Pixie Green #BFDF9D

Tints of Pixie Green #BFDF9D

RGB

 RED value IS 191 (75% from 255) = 33.45%

 GREEN value IS 223 (87.5% from 255) = 39.05%

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 33.45%
G = 39.05%
B = 27.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#BFDF9D (or 0xBFDF9D) is known color: Pixie Green. HEX triplet: BF, DF and 9D. RGB value is (191,223,157). Sum of RGB (Red+Green+Blue) = 191+223+157=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF9D is #402062. Grayscale: #CECECE. Windows color (decimal): -4202595 or 10346431. OLE color: 10346431.

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

Color convert

RGB 191 223 157 -
CMYK 0.14 0 0.30 0.13
HSL 89.09º 0.51% 0.75% -
HSV(B) 89.09º 0.3% 0.87% -
XYZ 53.96 66.29 41.85 -
YUV 205.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 191 223 157 0.14 0 0.30 0.13 89.09 0.51 0.75
Hex BF DF 9D E 0 1E D 59 33 4B
Octal 277 337 235 16 0 36 15 131 63 113
Binary 10111111 11011111 10011101 1110 0 11110 1101 1011001 110011 1001011

Color Harmonies of #BFDF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF9D

Black with #BFDF9D

Text Example


Text Example

White with #BFDF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF9D; }

 p { color: rgb(191,223,157); }

 H1.HeaderClassName
 {
   color: #BFDF9D;
 }
 .AnyTagClassName
 {
   color: #BFDF9D;
 }
</style>

background-color css

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

 a { background-color: rgb(191,223,157); }

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

border-color css

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

 span { border-color: rgb(191,223,157); }

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