Html Css Color HEX #BFC773 Pine Glade

📋 copy color: '#BFC773'

red 191 ◦ green 199 ◦ blue 115

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

Shades of Pine Glade #BFC773

Tints of Pine Glade #BFC773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.41%

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

R = 37.82%
G = 39.41%
B = 22.77%

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

#BFC773 (or 0xBFC773) is known color: Pine Glade. HEX triplet: BF, C7 and 73. RGB value is (191,199,115). Sum of RGB (Red+Green+Blue) = 191+199+115=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC773 is #40388C. Grayscale: #BBBBBB. Windows color (decimal): -4208781 or 7587775. OLE color: 7587775.

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

Color convert

RGB 191 199 115 -
CMYK 0.04 0 0.42 0.22
HSL 65.71º 0.43% 0.62% -
HSV(B) 65.71º 0.42% 0.78% -
XYZ 45 53.16 24.11 -
YUV 187.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 191 199 115 0.04 0 0.42 0.22 65.71 0.43 0.62
Hex BF C7 73 4 0 2A 16 42 2B 3E
Octal 277 307 163 4 0 52 26 102 53 76
Binary 10111111 11000111 1110011 100 0 101010 10110 1000010 101011 111110

Color Harmonies of #BFC773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC773

Black with #BFC773

Text Example


Text Example

White with #BFC773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC773; }

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

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

background-color css

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

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

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

border-color css

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

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

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