Html Css Color HEX #BAC174 Pine Glade

📋 copy color: '#BAC174'

red 186 ◦ green 193 ◦ blue 116

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

Shades of Pine Glade #BAC174

Tints of Pine Glade #BAC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 37.58%
G = 38.99%
B = 23.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BAC174 (or 0xBAC174) is known color: Pine Glade. HEX triplet: BA, C1 and 74. RGB value is (186,193,116). Sum of RGB (Red+Green+Blue) = 186+193+116=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC174 is #453E8B. Grayscale: #B6B6B6. Windows color (decimal): -4537996 or 7651770. OLE color: 7651770.

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

Color convert

RGB 186 193 116 -
CMYK 0.04 0 0.40 0.24
HSL 65.45º 0.38% 0.61% -
HSV(B) 65.45º 0.4% 0.76% -
XYZ 42.47 49.84 23.9 -
YUV 182.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 186 193 116 0.04 0 0.40 0.24 65.45 0.38 0.61
Hex BA C1 74 4 0 28 18 41 26 3D
Octal 272 301 164 4 0 50 30 101 46 75
Binary 10111010 11000001 1110100 100 0 101000 11000 1000001 100110 111101

Color Harmonies of #BAC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC174

Black with #BAC174

Text Example


Text Example

White with #BAC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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