Html Css Color HEX #BFC186 Pine Glade

📋 copy color: '#BFC186'

red 191 ◦ green 193 ◦ blue 134

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

Shades of Pine Glade #BFC186

Tints of Pine Glade #BFC186

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

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

R = 36.87%
G = 37.26%
B = 25.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BFC186 (or 0xBFC186) is known color: Pine Glade. HEX triplet: BF, C1 and 86. RGB value is (191,193,134). Sum of RGB (Red+Green+Blue) = 191+193+134=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC186 is #403E79. Grayscale: #B9B9B9. Windows color (decimal): -4210298 or 8831423. OLE color: 8831423.

HSL color Cylindrical-coordinate representation of color #BFC186: hue angle of 62.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC186 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 134 -
CMYK 0.01 0 0.31 0.24
HSL 62.03º 0.32% 0.64% -
HSV(B) 62.03º 0.31% 0.76% -
XYZ 44.86 50.94 30.02 -
YUV 185.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 191 193 134 0.01 0 0.31 0.24 62.03 0.32 0.64
Hex BF C1 86 1 0 1F 18 3E 20 40
Octal 277 301 206 1 0 37 30 76 40 100
Binary 10111111 11000001 10000110 1 0 11111 11000 111110 100000 1000000

Color Harmonies of #BFC186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC186

Black with #BFC186

Text Example


Text Example

White with #BFC186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC186; }

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

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

background-color css

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

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

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

border-color css

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

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

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