Html Css Color HEX #BFC679 Pine Glade

📋 copy color: '#BFC679'

red 191 ◦ green 198 ◦ blue 121

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

Shades of Pine Glade #BFC679

Tints of Pine Glade #BFC679

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.82%

 BLUE value IS 121 (47.66% from 255) = 23.73%

R = 37.45%
G = 38.82%
B = 23.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#BFC679 (or 0xBFC679) is known color: Pine Glade. HEX triplet: BF, C6 and 79. RGB value is (191,198,121). Sum of RGB (Red+Green+Blue) = 191+198+121=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC679 is #403986. Grayscale: #BBBBBB. Windows color (decimal): -4209031 or 7980735. OLE color: 7980735.

HSL color Cylindrical-coordinate representation of color #BFC679: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC679 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 121 -
CMYK 0.04 0 0.39 0.22
HSL 65.45º 0.4% 0.63% -
HSV(B) 65.45º 0.39% 0.78% -
XYZ 45.13 52.85 25.91 -
YUV 187.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 191 198 121 0.04 0 0.39 0.22 65.45 0.4 0.63
Hex BF C6 79 4 0 27 16 41 28 3F
Octal 277 306 171 4 0 47 26 101 50 77
Binary 10111111 11000110 1111001 100 0 100111 10110 1000001 101000 111111

Color Harmonies of #BFC679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC679

Black with #BFC679

Text Example


Text Example

White with #BFC679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC679; }

 p { color: rgb(191,198,121); }

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

background-color css

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

 a { background-color: rgb(191,198,121); }

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

border-color css

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

 span { border-color: rgb(191,198,121); }

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