Html Css Color HEX #BAC176 Pine Glade

📋 copy color: '#BAC176'

red 186 ◦ green 193 ◦ blue 118

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

Shades of Pine Glade #BAC176

Tints of Pine Glade #BAC176

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

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

R = 37.42%
G = 38.83%
B = 23.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BAC176 (or 0xBAC176) is known color: Pine Glade. HEX triplet: BA, C1 and 76. RGB value is (186,193,118). Sum of RGB (Red+Green+Blue) = 186+193+118=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC176 is #453E89. Grayscale: #B6B6B6. Windows color (decimal): -4537994 or 7782842. OLE color: 7782842.

HSL color Cylindrical-coordinate representation of color #BAC176: hue angle of 65.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAC176 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 118 -
CMYK 0.04 0 0.39 0.24
HSL 65.6º 0.38% 0.61% -
HSV(B) 65.6º 0.39% 0.76% -
XYZ 42.59 49.89 24.52 -
YUV 182.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 186 193 118 0.04 0 0.39 0.24 65.6 0.38 0.61
Hex BA C1 76 4 0 27 18 42 26 3D
Octal 272 301 166 4 0 47 30 102 46 75
Binary 10111010 11000001 1110110 100 0 100111 11000 1000010 100110 111101

Color Harmonies of #BAC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC176

Black with #BAC176

Text Example


Text Example

White with #BAC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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