Html Css Color HEX #BAC476 Pine Glade

📋 copy color: '#BAC476'

red 186 ◦ green 196 ◦ blue 118

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

Shades of Pine Glade #BAC476

Tints of Pine Glade #BAC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

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

R = 37.2%
G = 39.2%
B = 23.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BAC476 (or 0xBAC476) is known color: Pine Glade. HEX triplet: BA, C4 and 76. RGB value is (186,196,118). Sum of RGB (Red+Green+Blue) = 186+196+118=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC476 is #453B89. Grayscale: #B8B8B8. Windows color (decimal): -4537226 or 7783610. OLE color: 7783610.

HSL color Cylindrical-coordinate representation of color #BAC476: hue angle of 67.69º degrees, saturation: 0.4, 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 #BAC476 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 118 -
CMYK 0.05 0 0.40 0.23
HSL 67.69º 0.4% 0.62% -
HSV(B) 67.69º 0.4% 0.77% -
XYZ 43.26 51.23 24.75 -
YUV 184.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 186 196 118 0.05 0 0.40 0.23 67.69 0.4 0.62
Hex BA C4 76 5 0 28 17 44 28 3E
Octal 272 304 166 5 0 50 27 104 50 76
Binary 10111010 11000100 1110110 101 0 101000 10111 1000100 101000 111110

Color Harmonies of #BAC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC476

Black with #BAC476

Text Example


Text Example

White with #BAC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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