Html Css Color HEX #BFC873 Pine Glade

📋 copy color: '#BFC873'

red 191 ◦ green 200 ◦ blue 115

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

Shades of Pine Glade #BFC873

Tints of Pine Glade #BFC873

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

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

R = 37.75%
G = 39.53%
B = 22.73%

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

#BFC873 (or 0xBFC873) is known color: Pine Glade. HEX triplet: BF, C8 and 73. RGB value is (191,200,115). Sum of RGB (Red+Green+Blue) = 191+200+115=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC873 is #40378C. Grayscale: #BBBBBB. Windows color (decimal): -4208525 or 7588031. OLE color: 7588031.

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

Color convert

RGB 191 200 115 -
CMYK 0.04 0 0.42 0.22
HSL 66.35º 0.44% 0.62% -
HSV(B) 66.35º 0.43% 0.78% -
XYZ 45.23 53.62 24.19 -
YUV 187.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 191 200 115 0.04 0 0.42 0.22 66.35 0.44 0.62
Hex BF C8 73 4 0 2A 16 42 2C 3E
Octal 277 310 163 4 0 52 26 102 54 76
Binary 10111111 11001000 1110011 100 0 101010 10110 1000010 101100 111110

Color Harmonies of #BFC873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC873

Black with #BFC873

Text Example


Text Example

White with #BFC873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC873; }

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

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

background-color css

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

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

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

border-color css

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

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

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