Html Css Color HEX #BFC680 Pine Glade

📋 copy color: '#BFC680'

red 191 ◦ green 198 ◦ blue 128

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

Shades of Pine Glade #BFC680

Tints of Pine Glade #BFC680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 36.94%
G = 38.3%
B = 24.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#BFC680 (or 0xBFC680) is known color: Pine Glade. HEX triplet: BF, C6 and 80. RGB value is (191,198,128). Sum of RGB (Red+Green+Blue) = 191+198+128=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC680 is #40397F. Grayscale: #BCBCBC. Windows color (decimal): -4209024 or 8439487. OLE color: 8439487.

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

Color convert

RGB 191 198 128 -
CMYK 0.04 0 0.35 0.22
HSL 66º 0.38% 0.64% -
HSV(B) 66º 0.35% 0.78% -
XYZ 45.58 53.02 28.25 -
YUV 187.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 191 198 128 0.04 0 0.35 0.22 66 0.38 0.64
Hex BF C6 80 4 0 23 16 42 26 40
Octal 277 306 200 4 0 43 26 102 46 100
Binary 10111111 11000110 10000000 100 0 100011 10110 1000010 100110 1000000

Color Harmonies of #BFC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC680

Black with #BFC680

Text Example


Text Example

White with #BFC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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