Html Css Color HEX #BAC673 Pine Glade

📋 copy color: '#BAC673'

red 186 ◦ green 198 ◦ blue 115

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

Shades of Pine Glade #BAC673

Tints of Pine Glade #BAC673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.68%

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

R = 37.27%
G = 39.68%
B = 23.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BAC673 (or 0xBAC673) is known color: Pine Glade. HEX triplet: BA, C6 and 73. RGB value is (186,198,115). Sum of RGB (Red+Green+Blue) = 186+198+115=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC673 is #45398C. Grayscale: #B9B9B9. Windows color (decimal): -4536717 or 7587514. OLE color: 7587514.

HSL color Cylindrical-coordinate representation of color #BAC673: hue angle of 68.67º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC673 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 115 -
CMYK 0.06 0 0.42 0.22
HSL 68.67º 0.42% 0.61% -
HSV(B) 68.67º 0.42% 0.78% -
XYZ 43.54 52.07 23.97 -
YUV 184.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 186 198 115 0.06 0 0.42 0.22 68.67 0.42 0.61
Hex BA C6 73 6 0 2A 16 45 2A 3D
Octal 272 306 163 6 0 52 26 105 52 75
Binary 10111010 11000110 1110011 110 0 101010 10110 1000101 101010 111101

Color Harmonies of #BAC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC673

Black with #BAC673

Text Example


Text Example

White with #BAC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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