Html Css Color HEX #BFC585 Pine Glade

📋 copy color: '#BFC585'

red 191 ◦ green 197 ◦ blue 133

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

Shades of Pine Glade #BFC585

Tints of Pine Glade #BFC585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.53%

R = 36.66%
G = 37.81%
B = 25.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BFC585 (or 0xBFC585) is known color: Pine Glade. HEX triplet: BF, C5 and 85. RGB value is (191,197,133). Sum of RGB (Red+Green+Blue) = 191+197+133=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC585 is #403A7A. Grayscale: #BCBCBC. Windows color (decimal): -4209275 or 8766911. OLE color: 8766911.

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

Color convert

RGB 191 197 133 -
CMYK 0.03 0 0.32 0.23
HSL 65.63º 0.36% 0.65% -
HSV(B) 65.63º 0.32% 0.77% -
XYZ 45.69 52.7 29.95 -
YUV 187.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 191 197 133 0.03 0 0.32 0.23 65.63 0.36 0.65
Hex BF C5 85 3 0 20 17 42 24 41
Octal 277 305 205 3 0 40 27 102 44 101
Binary 10111111 11000101 10000101 11 0 100000 10111 1000010 100100 1000001

Color Harmonies of #BFC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC585

Black with #BFC585

Text Example


Text Example

White with #BFC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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