Html Css Color HEX #BAC16F Pine Glade

📋 copy color: '#BAC16F'

red 186 ◦ green 193 ◦ blue 111

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

Shades of Pine Glade #BAC16F

Tints of Pine Glade #BAC16F

RGB

 RED value IS 186 (73.05% from 255) = 37.96%

 GREEN value IS 193 (75.78% from 255) = 39.39%

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 37.96%
G = 39.39%
B = 22.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BAC16F (or 0xBAC16F) is known color: Pine Glade. HEX triplet: BA, C1 and 6F. RGB value is (186,193,111). Sum of RGB (Red+Green+Blue) = 186+193+111=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC16F is #453E90. Grayscale: #B5B5B5. Windows color (decimal): -4538001 or 7324090. OLE color: 7324090.

HSL color Cylindrical-coordinate representation of color #BAC16F: hue angle of 65.12º 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 #BAC16F is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 111 -
CMYK 0.04 0 0.42 0.24
HSL 65.12º 0.4% 0.6% -
HSV(B) 65.12º 0.42% 0.76% -
XYZ 42.19 49.73 22.41 -
YUV 181.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 186 193 111 0.04 0 0.42 0.24 65.12 0.4 0.6
Hex BA C1 6F 4 0 2A 18 41 28 3C
Octal 272 301 157 4 0 52 30 101 50 74
Binary 10111010 11000001 1101111 100 0 101010 11000 1000001 101000 111100

Color Harmonies of #BAC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC16F

Black with #BAC16F

Text Example


Text Example

White with #BAC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC16F; }

 p { color: rgb(186,193,111); }

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

background-color css

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

 a { background-color: rgb(186,193,111); }

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

border-color css

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

 span { border-color: rgb(186,193,111); }

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