Html Css Color HEX #BFC876 Pine Glade

📋 copy color: '#BFC876'

red 191 ◦ green 200 ◦ blue 118

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

Shades of Pine Glade #BFC876

Tints of Pine Glade #BFC876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 37.52%
G = 39.29%
B = 23.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BFC876 (or 0xBFC876) is known color: Pine Glade. HEX triplet: BF, C8 and 76. RGB value is (191,200,118). Sum of RGB (Red+Green+Blue) = 191+200+118=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC876 is #403789. Grayscale: #BCBCBC. Windows color (decimal): -4208522 or 7784639. OLE color: 7784639.

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

Color convert

RGB 191 200 118 -
CMYK 0.04 0 0.41 0.22
HSL 66.59º 0.43% 0.62% -
HSV(B) 66.59º 0.41% 0.78% -
XYZ 45.41 53.69 25.11 -
YUV 187.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 191 200 118 0.04 0 0.41 0.22 66.59 0.43 0.62
Hex BF C8 76 4 0 29 16 43 2B 3E
Octal 277 310 166 4 0 51 26 103 53 76
Binary 10111111 11001000 1110110 100 0 101001 10110 1000011 101011 111110

Color Harmonies of #BFC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC876

Black with #BFC876

Text Example


Text Example

White with #BFC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC876; }

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

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

background-color css

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

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

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

border-color css

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

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

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