Html Css Color HEX #BFC67C Pine Glade

📋 copy color: '#BFC67C'

red 191 ◦ green 198 ◦ blue 124

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

Shades of Pine Glade #BFC67C

Tints of Pine Glade #BFC67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.17%

R = 37.23%
G = 38.6%
B = 24.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BFC67C (or 0xBFC67C) is known color: Pine Glade. HEX triplet: BF, C6 and 7C. RGB value is (191,198,124). Sum of RGB (Red+Green+Blue) = 191+198+124=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67C is #403983. Grayscale: #BBBBBB. Windows color (decimal): -4209028 or 8177343. OLE color: 8177343.

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

Color convert

RGB 191 198 124 -
CMYK 0.04 0 0.37 0.22
HSL 65.68º 0.39% 0.63% -
HSV(B) 65.68º 0.37% 0.78% -
XYZ 45.32 52.92 26.89 -
YUV 187.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 191 198 124 0.04 0 0.37 0.22 65.68 0.39 0.63
Hex BF C6 7C 4 0 25 16 42 27 3F
Octal 277 306 174 4 0 45 26 102 47 77
Binary 10111111 11000110 1111100 100 0 100101 10110 1000010 100111 111111

Color Harmonies of #BFC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC67C

Black with #BFC67C

Text Example


Text Example

White with #BFC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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