Html Css Color HEX #BFC686 Pine Glade

📋 copy color: '#BFC686'

red 191 ◦ green 198 ◦ blue 134

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

Shades of Pine Glade #BFC686

Tints of Pine Glade #BFC686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.86%

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

R = 36.52%
G = 37.86%
B = 25.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#BFC686 (or 0xBFC686) is known color: Pine Glade. HEX triplet: BF, C6 and 86. RGB value is (191,198,134). Sum of RGB (Red+Green+Blue) = 191+198+134=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC686 is #403979. Grayscale: #BCBCBC. Windows color (decimal): -4209018 or 8832703. OLE color: 8832703.

HSL color Cylindrical-coordinate representation of color #BFC686: hue angle of 66.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC686 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 134 -
CMYK 0.04 0 0.32 0.22
HSL 66.56º 0.36% 0.65% -
HSV(B) 66.56º 0.32% 0.78% -
XYZ 45.98 53.19 30.4 -
YUV 188.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 191 198 134 0.04 0 0.32 0.22 66.56 0.36 0.65
Hex BF C6 86 4 0 20 16 43 24 41
Octal 277 306 206 4 0 40 26 103 44 101
Binary 10111111 11000110 10000110 100 0 100000 10110 1000011 100100 1000001

Color Harmonies of #BFC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC686

Black with #BFC686

Text Example


Text Example

White with #BFC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC686; }

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

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

background-color css

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

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

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

border-color css

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

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

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