Html Css Color HEX #BFC187 Pine Glade

📋 copy color: '#BFC187'

red 191 ◦ green 193 ◦ blue 135

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

Shades of Pine Glade #BFC187

Tints of Pine Glade #BFC187

RGB

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

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

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

R = 36.8%
G = 37.19%
B = 26.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BFC187 (or 0xBFC187) is known color: Pine Glade. HEX triplet: BF, C1 and 87. RGB value is (191,193,135). Sum of RGB (Red+Green+Blue) = 191+193+135=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC187 is #403E78. Grayscale: #BABABA. Windows color (decimal): -4210297 or 8896959. OLE color: 8896959.

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

Color convert

RGB 191 193 135 -
CMYK 0.01 0 0.30 0.24
HSL 62.07º 0.32% 0.64% -
HSV(B) 62.07º 0.3% 0.76% -
XYZ 44.93 50.97 30.39 -
YUV 185.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 191 193 135 0.01 0 0.30 0.24 62.07 0.32 0.64
Hex BF C1 87 1 0 1E 18 3E 20 40
Octal 277 301 207 1 0 36 30 76 40 100
Binary 10111111 11000001 10000111 1 0 11110 11000 111110 100000 1000000

Color Harmonies of #BFC187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC187

Black with #BFC187

Text Example


Text Example

White with #BFC187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC187; }

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

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

background-color css

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

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

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

border-color css

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

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

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