Html Css Color HEX #BFC673 Pine Glade

📋 copy color: '#BFC673'

red 191 ◦ green 198 ◦ blue 115

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

Shades of Pine Glade #BFC673

Tints of Pine Glade #BFC673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 37.9%
G = 39.29%
B = 22.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BFC673 (or 0xBFC673) is known color: Pine Glade. HEX triplet: BF, C6 and 73. RGB value is (191,198,115). Sum of RGB (Red+Green+Blue) = 191+198+115=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC673 is #40398C. Grayscale: #BABABA. Windows color (decimal): -4209037 or 7587519. OLE color: 7587519.

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

Color convert

RGB 191 198 115 -
CMYK 0.04 0 0.42 0.22
HSL 65.06º 0.42% 0.61% -
HSV(B) 65.06º 0.42% 0.78% -
XYZ 44.77 52.7 24.03 -
YUV 186.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 191 198 115 0.04 0 0.42 0.22 65.06 0.42 0.61
Hex BF C6 73 4 0 2A 16 41 2A 3D
Octal 277 306 163 4 0 52 26 101 52 75
Binary 10111111 11000110 1110011 100 0 101010 10110 1000001 101010 111101

Color Harmonies of #BFC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC673

Black with #BFC673

Text Example


Text Example

White with #BFC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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