Html Css Color HEX #BFC879 Pine Glade

📋 copy color: '#BFC879'

red 191 ◦ green 200 ◦ blue 121

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

Shades of Pine Glade #BFC879

Tints of Pine Glade #BFC879

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.06%

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

R = 37.3%
G = 39.06%
B = 23.63%

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

#BFC879 (or 0xBFC879) is known color: Pine Glade. HEX triplet: BF, C8 and 79. RGB value is (191,200,121). Sum of RGB (Red+Green+Blue) = 191+200+121=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC879 is #403786. Grayscale: #BCBCBC. Windows color (decimal): -4208519 or 7981247. OLE color: 7981247.

HSL color Cylindrical-coordinate representation of color #BFC879: hue angle of 66.84º degrees, saturation: 0.42, 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 #BFC879 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 121 -
CMYK 0.04 0 0.39 0.22
HSL 66.84º 0.42% 0.63% -
HSV(B) 66.84º 0.4% 0.78% -
XYZ 45.59 53.77 26.06 -
YUV 188.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 191 200 121 0.04 0 0.39 0.22 66.84 0.42 0.63
Hex BF C8 79 4 0 27 16 43 2A 3F
Octal 277 310 171 4 0 47 26 103 52 77
Binary 10111111 11001000 1111001 100 0 100111 10110 1000011 101010 111111

Color Harmonies of #BFC879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC879

Black with #BFC879

Text Example


Text Example

White with #BFC879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC879; }

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

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

background-color css

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

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

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

border-color css

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

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

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