Html Css Color HEX #BFC871 Pine Glade

📋 copy color: '#BFC871'

red 191 ◦ green 200 ◦ blue 113

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

Shades of Pine Glade #BFC871

Tints of Pine Glade #BFC871

RGB

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

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

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

R = 37.9%
G = 39.68%
B = 22.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BFC871 (or 0xBFC871) is known color: Pine Glade. HEX triplet: BF, C8 and 71. RGB value is (191,200,113). Sum of RGB (Red+Green+Blue) = 191+200+113=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC871 is #40378E. Grayscale: #BBBBBB. Windows color (decimal): -4208527 or 7456959. OLE color: 7456959.

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

Color convert

RGB 191 200 113 -
CMYK 0.04 0 0.44 0.22
HSL 66.21º 0.44% 0.61% -
HSV(B) 66.21º 0.44% 0.78% -
XYZ 45.12 53.58 23.59 -
YUV 187.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 191 200 113 0.04 0 0.44 0.22 66.21 0.44 0.61
Hex BF C8 71 4 0 2C 16 42 2C 3D
Octal 277 310 161 4 0 54 26 102 54 75
Binary 10111111 11001000 1110001 100 0 101100 10110 1000010 101100 111101

Color Harmonies of #BFC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC871

Black with #BFC871

Text Example


Text Example

White with #BFC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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