Html Css Color HEX #BAC076 Pine Glade

📋 copy color: '#BAC076'

red 186 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #BAC076

Tints of Pine Glade #BAC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 37.5%
G = 38.71%
B = 23.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BAC076 (or 0xBAC076) is known color: Pine Glade. HEX triplet: BA, C0 and 76. RGB value is (186,192,118). Sum of RGB (Red+Green+Blue) = 186+192+118=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC076 is #453F89. Grayscale: #B6B6B6. Windows color (decimal): -4538250 or 7782586. OLE color: 7782586.

HSL color Cylindrical-coordinate representation of color #BAC076: hue angle of 64.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAC076 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 118 -
CMYK 0.03 0 0.39 0.25
HSL 64.86º 0.37% 0.61% -
HSV(B) 64.86º 0.39% 0.75% -
XYZ 42.37 49.45 24.45 -
YUV 181.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 186 192 118 0.03 0 0.39 0.25 64.86 0.37 0.61
Hex BA C0 76 3 0 27 19 41 25 3D
Octal 272 300 166 3 0 47 31 101 45 75
Binary 10111010 11000000 1110110 11 0 100111 11001 1000001 100101 111101

Color Harmonies of #BAC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC076

Black with #BAC076

Text Example


Text Example

White with #BAC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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