Html Css Color HEX #BFC771 Pine Glade

📋 copy color: '#BFC771'

red 191 ◦ green 199 ◦ blue 113

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

Shades of Pine Glade #BFC771

Tints of Pine Glade #BFC771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 37.97%
G = 39.56%
B = 22.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#BFC771 (or 0xBFC771) is known color: Pine Glade. HEX triplet: BF, C7 and 71. RGB value is (191,199,113). Sum of RGB (Red+Green+Blue) = 191+199+113=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC771 is #40388E. Grayscale: #BBBBBB. Windows color (decimal): -4208783 or 7456703. OLE color: 7456703.

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

Color convert

RGB 191 199 113 -
CMYK 0.04 0 0.43 0.22
HSL 65.58º 0.43% 0.61% -
HSV(B) 65.58º 0.43% 0.78% -
XYZ 44.89 53.12 23.51 -
YUV 186.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 191 199 113 0.04 0 0.43 0.22 65.58 0.43 0.61
Hex BF C7 71 4 0 2B 16 42 2B 3D
Octal 277 307 161 4 0 53 26 102 53 75
Binary 10111111 11000111 1110001 100 0 101011 10110 1000010 101011 111101

Color Harmonies of #BFC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC771

Black with #BFC771

Text Example


Text Example

White with #BFC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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