Html Css Color HEX #BFC877 Pine Glade

📋 copy color: '#BFC877'

red 191 ◦ green 200 ◦ blue 119

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

Shades of Pine Glade #BFC877

Tints of Pine Glade #BFC877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 37.45%
G = 39.22%
B = 23.33%

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

#BFC877 (or 0xBFC877) is known color: Pine Glade. HEX triplet: BF, C8 and 77. RGB value is (191,200,119). Sum of RGB (Red+Green+Blue) = 191+200+119=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC877 is #403788. Grayscale: #BCBCBC. Windows color (decimal): -4208521 or 7850175. OLE color: 7850175.

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

Color convert

RGB 191 200 119 -
CMYK 0.04 0 0.40 0.22
HSL 66.67º 0.42% 0.63% -
HSV(B) 66.67º 0.41% 0.78% -
XYZ 45.47 53.72 25.42 -
YUV 188.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 191 200 119 0.04 0 0.40 0.22 66.67 0.42 0.63
Hex BF C8 77 4 0 28 16 43 2A 3F
Octal 277 310 167 4 0 50 26 103 52 77
Binary 10111111 11001000 1110111 100 0 101000 10110 1000011 101010 111111

Color Harmonies of #BFC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC877

Black with #BFC877

Text Example


Text Example

White with #BFC877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC877; }

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

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

background-color css

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

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

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

border-color css

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

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

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