Html Css Color HEX #BAC576 Pine Glade

📋 copy color: '#BAC576'

red 186 ◦ green 197 ◦ blue 118

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

Shades of Pine Glade #BAC576

Tints of Pine Glade #BAC576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

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

R = 37.13%
G = 39.32%
B = 23.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BAC576 (or 0xBAC576) is known color: Pine Glade. HEX triplet: BA, C5 and 76. RGB value is (186,197,118). Sum of RGB (Red+Green+Blue) = 186+197+118=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC576 is #453A89. Grayscale: #B9B9B9. Windows color (decimal): -4536970 or 7783866. OLE color: 7783866.

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

Color convert

RGB 186 197 118 -
CMYK 0.06 0 0.40 0.23
HSL 68.35º 0.41% 0.62% -
HSV(B) 68.35º 0.4% 0.77% -
XYZ 43.49 51.68 24.82 -
YUV 184.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 186 197 118 0.06 0 0.40 0.23 68.35 0.41 0.62
Hex BA C5 76 6 0 28 17 44 29 3E
Octal 272 305 166 6 0 50 27 104 51 76
Binary 10111010 11000101 1110110 110 0 101000 10111 1000100 101001 111110

Color Harmonies of #BAC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC576

Black with #BAC576

Text Example


Text Example

White with #BAC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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