Html Css Color HEX #BFC778 Pine Glade

📋 copy color: '#BFC778'

red 191 ◦ green 199 ◦ blue 120

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

Shades of Pine Glade #BFC778

Tints of Pine Glade #BFC778

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.02%

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 37.45%
G = 39.02%
B = 23.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BFC778 (or 0xBFC778) is known color: Pine Glade. HEX triplet: BF, C7 and 78. RGB value is (191,199,120). Sum of RGB (Red+Green+Blue) = 191+199+120=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC778 is #403887. Grayscale: #BBBBBB. Windows color (decimal): -4208776 or 7915455. OLE color: 7915455.

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

Color convert

RGB 191 199 120 -
CMYK 0.04 0 0.40 0.22
HSL 66.08º 0.41% 0.63% -
HSV(B) 66.08º 0.4% 0.78% -
XYZ 45.3 53.28 25.67 -
YUV 187.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 191 199 120 0.04 0 0.40 0.22 66.08 0.41 0.63
Hex BF C7 78 4 0 28 16 42 29 3F
Octal 277 307 170 4 0 50 26 102 51 77
Binary 10111111 11000111 1111000 100 0 101000 10110 1000010 101001 111111

Color Harmonies of #BFC778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC778

Black with #BFC778

Text Example


Text Example

White with #BFC778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC778; }

 p { color: rgb(191,199,120); }

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

background-color css

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

 a { background-color: rgb(191,199,120); }

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

border-color css

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

 span { border-color: rgb(191,199,120); }

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