Html Css Color HEX #BFC487 Pine Glade

📋 copy color: '#BFC487'

red 191 ◦ green 196 ◦ blue 135

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

Shades of Pine Glade #BFC487

Tints of Pine Glade #BFC487

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.55%

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

R = 36.59%
G = 37.55%
B = 25.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#BFC487 (or 0xBFC487) is known color: Pine Glade. HEX triplet: BF, C4 and 87. RGB value is (191,196,135). Sum of RGB (Red+Green+Blue) = 191+196+135=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC487 is #403B78. Grayscale: #BBBBBB. Windows color (decimal): -4209529 or 8897727. OLE color: 8897727.

HSL color Cylindrical-coordinate representation of color #BFC487: hue angle of 64.92º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC487 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 135 -
CMYK 0.03 0 0.31 0.23
HSL 64.92º 0.34% 0.65% -
HSV(B) 64.92º 0.31% 0.77% -
XYZ 45.6 52.31 30.61 -
YUV 187.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 191 196 135 0.03 0 0.31 0.23 64.92 0.34 0.65
Hex BF C4 87 3 0 1F 17 41 22 41
Octal 277 304 207 3 0 37 27 101 42 101
Binary 10111111 11000100 10000111 11 0 11111 10111 1000001 100010 1000001

Color Harmonies of #BFC487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC487

Black with #BFC487

Text Example


Text Example

White with #BFC487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC487; }

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

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

background-color css

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

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

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

border-color css

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

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

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