Html Css Color HEX #BFC07F Pine Glade

📋 copy color: '#BFC07F'

red 191 ◦ green 192 ◦ blue 127

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

Shades of Pine Glade #BFC07F

Tints of Pine Glade #BFC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

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

R = 37.45%
G = 37.65%
B = 24.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFC07F (or 0xBFC07F) is known color: Pine Glade. HEX triplet: BF, C0 and 7F. RGB value is (191,192,127). Sum of RGB (Red+Green+Blue) = 191+192+127=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07F is #403F80. Grayscale: #B8B8B8. Windows color (decimal): -4210561 or 8372415. OLE color: 8372415.

HSL color Cylindrical-coordinate representation of color #BFC07F: hue angle of 60.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC07F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 127 -
CMYK 0.01 0 0.34 0.25
HSL 60.92º 0.34% 0.63% -
HSV(B) 60.92º 0.34% 0.75% -
XYZ 44.17 50.31 27.46 -
YUV 184.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 191 192 127 0.01 0 0.34 0.25 60.92 0.34 0.63
Hex BF C0 7F 1 0 22 19 3D 22 3F
Octal 277 300 177 1 0 42 31 75 42 77
Binary 10111111 11000000 1111111 1 0 100010 11001 111101 100010 111111

Color Harmonies of #BFC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC07F

Black with #BFC07F

Text Example


Text Example

White with #BFC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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