Html Css Color HEX #BAC173 Pine Glade

📋 copy color: '#BAC173'

red 186 ◦ green 193 ◦ blue 115

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

Shades of Pine Glade #BAC173

Tints of Pine Glade #BAC173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 37.65%
G = 39.07%
B = 23.28%

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

#BAC173 (or 0xBAC173) is known color: Pine Glade. HEX triplet: BA, C1 and 73. RGB value is (186,193,115). Sum of RGB (Red+Green+Blue) = 186+193+115=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC173 is #453E8C. Grayscale: #B6B6B6. Windows color (decimal): -4537997 or 7586234. OLE color: 7586234.

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

Color convert

RGB 186 193 115 -
CMYK 0.04 0 0.40 0.24
HSL 65.38º 0.39% 0.6% -
HSV(B) 65.38º 0.4% 0.76% -
XYZ 42.41 49.82 23.6 -
YUV 182.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 186 193 115 0.04 0 0.40 0.24 65.38 0.39 0.6
Hex BA C1 73 4 0 28 18 41 27 3C
Octal 272 301 163 4 0 50 30 101 47 74
Binary 10111010 11000001 1110011 100 0 101000 11000 1000001 100111 111100

Color Harmonies of #BAC173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC173

Black with #BAC173

Text Example


Text Example

White with #BAC173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC173; }

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

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

background-color css

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

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

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

border-color css

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

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

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