Html Css Color HEX #BFC687 Pine Glade

📋 copy color: '#BFC687'

red 191 ◦ green 198 ◦ blue 135

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

Shades of Pine Glade #BFC687

Tints of Pine Glade #BFC687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.76%

R = 36.45%
G = 37.79%
B = 25.76%

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

#BFC687 (or 0xBFC687) is known color: Pine Glade. HEX triplet: BF, C6 and 87. RGB value is (191,198,135). Sum of RGB (Red+Green+Blue) = 191+198+135=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC687 is #403978. Grayscale: #BCBCBC. Windows color (decimal): -4209017 or 8898239. OLE color: 8898239.

HSL color Cylindrical-coordinate representation of color #BFC687: hue angle of 66.67º 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 #BFC687 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 135 -
CMYK 0.04 0 0.32 0.22
HSL 66.67º 0.36% 0.65% -
HSV(B) 66.67º 0.32% 0.78% -
XYZ 46.05 53.21 30.77 -
YUV 188.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 191 198 135 0.04 0 0.32 0.22 66.67 0.36 0.65
Hex BF C6 87 4 0 20 16 43 24 41
Octal 277 306 207 4 0 40 26 103 44 101
Binary 10111111 11000110 10000111 100 0 100000 10110 1000011 100100 1000001

Color Harmonies of #BFC687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC687

Black with #BFC687

Text Example


Text Example

White with #BFC687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC687; }

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

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

background-color css

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

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

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

border-color css

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

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

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