Html Css Color HEX #BFC878 Pine Glade

📋 copy color: '#BFC878'

red 191 ◦ green 200 ◦ blue 120

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

Shades of Pine Glade #BFC878

Tints of Pine Glade #BFC878

RGB

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

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

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

R = 37.38%
G = 39.14%
B = 23.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#BFC878 (or 0xBFC878) is known color: Pine Glade. HEX triplet: BF, C8 and 78. RGB value is (191,200,120). Sum of RGB (Red+Green+Blue) = 191+200+120=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC878 is #403787. Grayscale: #BCBCBC. Windows color (decimal): -4208520 or 7915711. OLE color: 7915711.

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

Color convert

RGB 191 200 120 -
CMYK 0.04 0 0.4 0.22
HSL 66.75º 0.42% 0.63% -
HSV(B) 66.75º 0.4% 0.78% -
XYZ 45.53 53.74 25.74 -
YUV 188.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 191 200 120 0.04 0 0.4 0.22 66.75 0.42 0.63
Hex BF C8 78 4 0 28 16 43 2A 3F
Octal 277 310 170 4 0 50 26 103 52 77
Binary 10111111 11001000 1111000 100 0 101000 10110 1000011 101010 111111

Color Harmonies of #BFC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC878

Black with #BFC878

Text Example


Text Example

White with #BFC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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