Html Css Color HEX #BFC674 Pine Glade

📋 copy color: '#BFC674'

red 191 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #BFC674

Tints of Pine Glade #BFC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 37.82%
G = 39.21%
B = 22.97%

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

#BFC674 (or 0xBFC674) is known color: Pine Glade. HEX triplet: BF, C6 and 74. RGB value is (191,198,116). Sum of RGB (Red+Green+Blue) = 191+198+116=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC674 is #40398B. Grayscale: #BABABA. Windows color (decimal): -4209036 or 7653055. OLE color: 7653055.

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

Color convert

RGB 191 198 116 -
CMYK 0.04 0 0.41 0.22
HSL 65.12º 0.42% 0.62% -
HSV(B) 65.12º 0.41% 0.78% -
XYZ 44.83 52.73 24.34 -
YUV 186.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 191 198 116 0.04 0 0.41 0.22 65.12 0.42 0.62
Hex BF C6 74 4 0 29 16 41 2A 3E
Octal 277 306 164 4 0 51 26 101 52 76
Binary 10111111 11000110 1110100 100 0 101001 10110 1000001 101010 111110

Color Harmonies of #BFC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC674

Black with #BFC674

Text Example


Text Example

White with #BFC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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