Html Css Color HEX #BFC67F Pine Glade

📋 copy color: '#BFC67F'

red 191 ◦ green 198 ◦ blue 127

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

Shades of Pine Glade #BFC67F

Tints of Pine Glade #BFC67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.37%

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

R = 37.02%
G = 38.37%
B = 24.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#BFC67F (or 0xBFC67F) is known color: Pine Glade. HEX triplet: BF, C6 and 7F. RGB value is (191,198,127). Sum of RGB (Red+Green+Blue) = 191+198+127=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67F is #403980. Grayscale: #BCBCBC. Windows color (decimal): -4209025 or 8373951. OLE color: 8373951.

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

Color convert

RGB 191 198 127 -
CMYK 0.04 0 0.36 0.22
HSL 65.92º 0.38% 0.64% -
HSV(B) 65.92º 0.36% 0.78% -
XYZ 45.51 53 27.91 -
YUV 187.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 191 198 127 0.04 0 0.36 0.22 65.92 0.38 0.64
Hex BF C6 7F 4 0 24 16 42 26 40
Octal 277 306 177 4 0 44 26 102 46 100
Binary 10111111 11000110 1111111 100 0 100100 10110 1000010 100110 1000000

Color Harmonies of #BFC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC67F

Black with #BFC67F

Text Example


Text Example

White with #BFC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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