Html Css Color HEX #BACC76 Pine Glade

📋 copy color: '#BACC76'

red 186 ◦ green 204 ◦ blue 118

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

Shades of Pine Glade #BACC76

Tints of Pine Glade #BACC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 36.61%
G = 40.16%
B = 23.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#BACC76 (or 0xBACC76) is known color: Pine Glade. HEX triplet: BA, CC and 76. RGB value is (186,204,118). Sum of RGB (Red+Green+Blue) = 186+204+118=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC76 is #453389. Grayscale: #BDBDBD. Windows color (decimal): -4535178 or 7785658. OLE color: 7785658.

HSL color Cylindrical-coordinate representation of color #BACC76: hue angle of 72.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACC76 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 118 -
CMYK 0.09 0 0.42 0.2
HSL 72.56º 0.46% 0.63% -
HSV(B) 72.56º 0.42% 0.8% -
XYZ 45.11 54.93 25.36 -
YUV 188.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 186 204 118 0.09 0 0.42 0.2 72.56 0.46 0.63
Hex BA CC 76 9 0 2A 14 49 2E 3F
Octal 272 314 166 11 0 52 24 111 56 77
Binary 10111010 11001100 1110110 1001 0 101010 10100 1001001 101110 111111

Color Harmonies of #BACC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC76

Black with #BACC76

Text Example


Text Example

White with #BACC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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