Html Css Color HEX #BFC171 Pine Glade

📋 copy color: '#BFC171'

red 191 ◦ green 193 ◦ blue 113

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

Shades of Pine Glade #BFC171

Tints of Pine Glade #BFC171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 38.43%
G = 38.83%
B = 22.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#BFC171 (or 0xBFC171) is known color: Pine Glade. HEX triplet: BF, C1 and 71. RGB value is (191,193,113). Sum of RGB (Red+Green+Blue) = 191+193+113=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC171 is #403E8E. Grayscale: #B7B7B7. Windows color (decimal): -4210319 or 7455167. OLE color: 7455167.

HSL color Cylindrical-coordinate representation of color #BFC171: hue angle of 61.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC171 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 113 -
CMYK 0.01 0 0.41 0.24
HSL 61.5º 0.39% 0.6% -
HSV(B) 61.5º 0.41% 0.76% -
XYZ 43.54 50.41 23.06 -
YUV 183.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 191 193 113 0.01 0 0.41 0.24 61.5 0.39 0.6
Hex BF C1 71 1 0 29 18 3E 27 3C
Octal 277 301 161 1 0 51 30 76 47 74
Binary 10111111 11000001 1110001 1 0 101001 11000 111110 100111 111100

Color Harmonies of #BFC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC171

Black with #BFC171

Text Example


Text Example

White with #BFC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC171; }

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

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

background-color css

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

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

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

border-color css

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

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

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