Html Css Color HEX #BFC587 Pine Glade

📋 copy color: '#BFC587'

red 191 ◦ green 197 ◦ blue 135

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

Shades of Pine Glade #BFC587

Tints of Pine Glade #BFC587

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.67%

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

R = 36.52%
G = 37.67%
B = 25.81%

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

#BFC587 (or 0xBFC587) is known color: Pine Glade. HEX triplet: BF, C5 and 87. RGB value is (191,197,135). Sum of RGB (Red+Green+Blue) = 191+197+135=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC587 is #403A78. Grayscale: #BCBCBC. Windows color (decimal): -4209273 or 8897983. OLE color: 8897983.

HSL color Cylindrical-coordinate representation of color #BFC587: hue angle of 65.81º degrees, saturation: 0.35, 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 #BFC587 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 135 -
CMYK 0.03 0 0.31 0.23
HSL 65.81º 0.35% 0.65% -
HSV(B) 65.81º 0.31% 0.77% -
XYZ 45.83 52.76 30.69 -
YUV 188.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 191 197 135 0.03 0 0.31 0.23 65.81 0.35 0.65
Hex BF C5 87 3 0 1F 17 42 23 41
Octal 277 305 207 3 0 37 27 102 43 101
Binary 10111111 11000101 10000111 11 0 11111 10111 1000010 100011 1000001

Color Harmonies of #BFC587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC587

Black with #BFC587

Text Example


Text Example

White with #BFC587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC587; }

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

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

background-color css

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

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

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

border-color css

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

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

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