Html Css Color HEX #BFC27F Pine Glade

📋 copy color: '#BFC27F'

red 191 ◦ green 194 ◦ blue 127

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

Shades of Pine Glade #BFC27F

Tints of Pine Glade #BFC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 37.3%
G = 37.89%
B = 24.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#BFC27F (or 0xBFC27F) is known color: Pine Glade. HEX triplet: BF, C2 and 7F. RGB value is (191,194,127). Sum of RGB (Red+Green+Blue) = 191+194+127=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC27F is #403D80. Grayscale: #B9B9B9. Windows color (decimal): -4210049 or 8372927. OLE color: 8372927.

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

Color convert

RGB 191 194 127 -
CMYK 0.02 0 0.35 0.24
HSL 62.69º 0.35% 0.63% -
HSV(B) 62.69º 0.35% 0.76% -
XYZ 44.61 51.19 27.61 -
YUV 185.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 191 194 127 0.02 0 0.35 0.24 62.69 0.35 0.63
Hex BF C2 7F 2 0 23 18 3F 23 3F
Octal 277 302 177 2 0 43 30 77 43 77
Binary 10111111 11000010 1111111 10 0 100011 11000 111111 100011 111111

Color Harmonies of #BFC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC27F

Black with #BFC27F

Text Example


Text Example

White with #BFC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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