Html Css Color HEX #BAC676 Pine Glade

📋 copy color: '#BAC676'

red 186 ◦ green 198 ◦ blue 118

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

Shades of Pine Glade #BAC676

Tints of Pine Glade #BAC676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 37.05%
G = 39.44%
B = 23.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BAC676 (or 0xBAC676) is known color: Pine Glade. HEX triplet: BA, C6 and 76. RGB value is (186,198,118). Sum of RGB (Red+Green+Blue) = 186+198+118=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC676 is #453989. Grayscale: #B9B9B9. Windows color (decimal): -4536714 or 7784122. OLE color: 7784122.

HSL color Cylindrical-coordinate representation of color #BAC676: hue angle of 69º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC676 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 118 -
CMYK 0.06 0 0.40 0.22
HSL 69º 0.41% 0.62% -
HSV(B) 69º 0.4% 0.78% -
XYZ 43.71 52.14 24.9 -
YUV 185.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 186 198 118 0.06 0 0.40 0.22 69 0.41 0.62
Hex BA C6 76 6 0 28 16 45 29 3E
Octal 272 306 166 6 0 50 26 105 51 76
Binary 10111010 11000110 1110110 110 0 101000 10110 1000101 101001 111110

Color Harmonies of #BAC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC676

Black with #BAC676

Text Example


Text Example

White with #BAC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC676; }

 p { color: rgb(186,198,118); }

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

background-color css

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

 a { background-color: rgb(186,198,118); }

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

border-color css

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

 span { border-color: rgb(186,198,118); }

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