Html Css Color HEX #BFC67A Pine Glade

📋 copy color: '#BFC67A'

red 191 ◦ green 198 ◦ blue 122

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

Shades of Pine Glade #BFC67A

Tints of Pine Glade #BFC67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.87%

R = 37.38%
G = 38.75%
B = 23.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BFC67A (or 0xBFC67A) is known color: Pine Glade. HEX triplet: BF, C6 and 7A. RGB value is (191,198,122). Sum of RGB (Red+Green+Blue) = 191+198+122=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67A is #403985. Grayscale: #BBBBBB. Windows color (decimal): -4209030 or 8046271. OLE color: 8046271.

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

Color convert

RGB 191 198 122 -
CMYK 0.04 0 0.38 0.22
HSL 65.53º 0.4% 0.63% -
HSV(B) 65.53º 0.38% 0.78% -
XYZ 45.19 52.87 26.24 -
YUV 187.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 191 198 122 0.04 0 0.38 0.22 65.53 0.4 0.63
Hex BF C6 7A 4 0 26 16 42 28 3F
Octal 277 306 172 4 0 46 26 102 50 77
Binary 10111111 11000110 1111010 100 0 100110 10110 1000010 101000 111111

Color Harmonies of #BFC67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC67A

Black with #BFC67A

Text Example


Text Example

White with #BFC67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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