Html Css Color HEX #BFC575 Pine Glade

📋 copy color: '#BFC575'

red 191 ◦ green 197 ◦ blue 117

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

Shades of Pine Glade #BFC575

Tints of Pine Glade #BFC575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 37.82%
G = 39.01%
B = 23.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BFC575 (or 0xBFC575) is known color: Pine Glade. HEX triplet: BF, C5 and 75. RGB value is (191,197,117). Sum of RGB (Red+Green+Blue) = 191+197+117=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC575 is #403A8A. Grayscale: #BABABA. Windows color (decimal): -4209291 or 7718335. OLE color: 7718335.

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

Color convert

RGB 191 197 117 -
CMYK 0.03 0 0.41 0.23
HSL 64.5º 0.41% 0.62% -
HSV(B) 64.5º 0.41% 0.77% -
XYZ 44.66 52.29 24.57 -
YUV 186.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 191 197 117 0.03 0 0.41 0.23 64.5 0.41 0.62
Hex BF C5 75 3 0 29 17 40 29 3E
Octal 277 305 165 3 0 51 27 100 51 76
Binary 10111111 11000101 1110101 11 0 101001 10111 1000000 101001 111110

Color Harmonies of #BFC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC575

Black with #BFC575

Text Example


Text Example

White with #BFC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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