Html Css Color HEX #BFC677 Pine Glade

📋 copy color: '#BFC677'

red 191 ◦ green 198 ◦ blue 119

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

Shades of Pine Glade #BFC677

Tints of Pine Glade #BFC677

RGB

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

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

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

R = 37.6%
G = 38.98%
B = 23.43%

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

#BFC677 (or 0xBFC677) is known color: Pine Glade. HEX triplet: BF, C6 and 77. RGB value is (191,198,119). Sum of RGB (Red+Green+Blue) = 191+198+119=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC677 is #403988. Grayscale: #BBBBBB. Windows color (decimal): -4209033 or 7849663. OLE color: 7849663.

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

Color convert

RGB 191 198 119 -
CMYK 0.04 0 0.40 0.22
HSL 65.32º 0.41% 0.62% -
HSV(B) 65.32º 0.4% 0.78% -
XYZ 45.01 52.8 25.27 -
YUV 186.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 191 198 119 0.04 0 0.40 0.22 65.32 0.41 0.62
Hex BF C6 77 4 0 28 16 41 29 3E
Octal 277 306 167 4 0 50 26 101 51 76
Binary 10111111 11000110 1110111 100 0 101000 10110 1000001 101001 111110

Color Harmonies of #BFC677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC677

Black with #BFC677

Text Example


Text Example

White with #BFC677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC677; }

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

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

background-color css

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

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

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

border-color css

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

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

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