Html Css Color HEX #BFC676 Pine Glade

📋 copy color: '#BFC676'

red 191 ◦ green 198 ◦ blue 118

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

Shades of Pine Glade #BFC676

Tints of Pine Glade #BFC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.05%

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

R = 37.67%
G = 39.05%
B = 23.27%

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

#BFC676 (or 0xBFC676) is known color: Pine Glade. HEX triplet: BF, C6 and 76. RGB value is (191,198,118). Sum of RGB (Red+Green+Blue) = 191+198+118=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC676 is #403989. Grayscale: #BBBBBB. Windows color (decimal): -4209034 or 7784127. OLE color: 7784127.

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

Color convert

RGB 191 198 118 -
CMYK 0.04 0 0.40 0.22
HSL 65.25º 0.41% 0.62% -
HSV(B) 65.25º 0.4% 0.78% -
XYZ 44.95 52.77 24.96 -
YUV 186.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 191 198 118 0.04 0 0.40 0.22 65.25 0.41 0.62
Hex BF C6 76 4 0 28 16 41 29 3E
Octal 277 306 166 4 0 50 26 101 51 76
Binary 10111111 11000110 1110110 100 0 101000 10110 1000001 101001 111110

Color Harmonies of #BFC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC676

Black with #BFC676

Text Example


Text Example

White with #BFC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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