Html Css Color HEX #BFC986 Pine Glade

📋 copy color: '#BFC986'

red 191 ◦ green 201 ◦ blue 134

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

Shades of Pine Glade #BFC986

Tints of Pine Glade #BFC986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

 BLUE value IS 134 (52.73% from 255) = 25.48%

R = 36.31%
G = 38.21%
B = 25.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#BFC986 (or 0xBFC986) is known color: Pine Glade. HEX triplet: BF, C9 and 86. RGB value is (191,201,134). Sum of RGB (Red+Green+Blue) = 191+201+134=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC986 is #403679. Grayscale: #BEBEBE. Windows color (decimal): -4208250 or 8833471. OLE color: 8833471.

HSL color Cylindrical-coordinate representation of color #BFC986: hue angle of 68.96º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC986 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 134 -
CMYK 0.05 0 0.33 0.21
HSL 68.96º 0.38% 0.66% -
HSV(B) 68.96º 0.33% 0.79% -
XYZ 46.68 54.57 30.63 -
YUV 190.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 191 201 134 0.05 0 0.33 0.21 68.96 0.38 0.66
Hex BF C9 86 5 0 21 15 45 26 42
Octal 277 311 206 5 0 41 25 105 46 102
Binary 10111111 11001001 10000110 101 0 100001 10101 1000101 100110 1000010

Color Harmonies of #BFC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC986

Black with #BFC986

Text Example


Text Example

White with #BFC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC986; }

 p { color: rgb(191,201,134); }

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

background-color css

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

 a { background-color: rgb(191,201,134); }

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

border-color css

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

 span { border-color: rgb(191,201,134); }

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