Html Css Color HEX #BFC47F Pine Glade

📋 copy color: '#BFC47F'

red 191 ◦ green 196 ◦ blue 127

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

Shades of Pine Glade #BFC47F

Tints of Pine Glade #BFC47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.71%

R = 37.16%
G = 38.13%
B = 24.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#BFC47F (or 0xBFC47F) is known color: Pine Glade. HEX triplet: BF, C4 and 7F. RGB value is (191,196,127). Sum of RGB (Red+Green+Blue) = 191+196+127=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC47F is #403B80. Grayscale: #BABABA. Windows color (decimal): -4209537 or 8373439. OLE color: 8373439.

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

Color convert

RGB 191 196 127 -
CMYK 0.03 0 0.35 0.23
HSL 64.35º 0.37% 0.63% -
HSV(B) 64.35º 0.35% 0.77% -
XYZ 45.06 52.09 27.76 -
YUV 186.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 191 196 127 0.03 0 0.35 0.23 64.35 0.37 0.63
Hex BF C4 7F 3 0 23 17 40 25 3F
Octal 277 304 177 3 0 43 27 100 45 77
Binary 10111111 11000100 1111111 11 0 100011 10111 1000000 100101 111111

Color Harmonies of #BFC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC47F

Black with #BFC47F

Text Example


Text Example

White with #BFC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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