Html Css Color HEX #BAC177 Pine Glade

📋 copy color: '#BAC177'

red 186 ◦ green 193 ◦ blue 119

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

Shades of Pine Glade #BAC177

Tints of Pine Glade #BAC177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.9%

R = 37.35%
G = 38.76%
B = 23.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BAC177 (or 0xBAC177) is known color: Pine Glade. HEX triplet: BA, C1 and 77. RGB value is (186,193,119). Sum of RGB (Red+Green+Blue) = 186+193+119=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC177 is #453E88. Grayscale: #B6B6B6. Windows color (decimal): -4537993 or 7848378. OLE color: 7848378.

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

Color convert

RGB 186 193 119 -
CMYK 0.04 0 0.38 0.24
HSL 65.68º 0.37% 0.61% -
HSV(B) 65.68º 0.38% 0.76% -
XYZ 42.65 49.91 24.84 -
YUV 182.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 186 193 119 0.04 0 0.38 0.24 65.68 0.37 0.61
Hex BA C1 77 4 0 26 18 42 25 3D
Octal 272 301 167 4 0 46 30 102 45 75
Binary 10111010 11000001 1110111 100 0 100110 11000 1000010 100101 111101

Color Harmonies of #BAC177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC177

Black with #BAC177

Text Example


Text Example

White with #BAC177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC177; }

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

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

background-color css

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

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

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

border-color css

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

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

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