Html Css Color HEX #BFC271 Pine Glade

📋 copy color: '#BFC271'

red 191 ◦ green 194 ◦ blue 113

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

Shades of Pine Glade #BFC271

Tints of Pine Glade #BFC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 38.35%
G = 38.96%
B = 22.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BFC271 (or 0xBFC271) is known color: Pine Glade. HEX triplet: BF, C2 and 71. RGB value is (191,194,113). Sum of RGB (Red+Green+Blue) = 191+194+113=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC271 is #403D8E. Grayscale: #B8B8B8. Windows color (decimal): -4210063 or 7455423. OLE color: 7455423.

HSL color Cylindrical-coordinate representation of color #BFC271: hue angle of 62.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC271 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 113 -
CMYK 0.02 0 0.42 0.24
HSL 62.22º 0.4% 0.6% -
HSV(B) 62.22º 0.42% 0.76% -
XYZ 43.76 50.85 23.13 -
YUV 183.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 191 194 113 0.02 0 0.42 0.24 62.22 0.4 0.6
Hex BF C2 71 2 0 2A 18 3E 28 3C
Octal 277 302 161 2 0 52 30 76 50 74
Binary 10111111 11000010 1110001 10 0 101010 11000 111110 101000 111100

Color Harmonies of #BFC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC271

Black with #BFC271

Text Example


Text Example

White with #BFC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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