Html Css Color HEX #BAC97C Pine Glade

📋 copy color: '#BAC97C'

red 186 ◦ green 201 ◦ blue 124

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

Shades of Pine Glade #BAC97C

Tints of Pine Glade #BAC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.33%

 BLUE value IS 124 (48.83% from 255) = 24.27%

R = 36.4%
G = 39.33%
B = 24.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#BAC97C (or 0xBAC97C) is known color: Pine Glade. HEX triplet: BA, C9 and 7C. RGB value is (186,201,124). Sum of RGB (Red+Green+Blue) = 186+201+124=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC97C is #453683. Grayscale: #BCBCBC. Windows color (decimal): -4535940 or 8178106. OLE color: 8178106.

HSL color Cylindrical-coordinate representation of color #BAC97C: hue angle of 71.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC97C is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 124 -
CMYK 0.07 0 0.38 0.21
HSL 71.69º 0.42% 0.64% -
HSV(B) 71.69º 0.38% 0.79% -
XYZ 44.77 53.67 27.07 -
YUV 187.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 186 201 124 0.07 0 0.38 0.21 71.69 0.42 0.64
Hex BA C9 7C 7 0 26 15 48 2A 40
Octal 272 311 174 7 0 46 25 110 52 100
Binary 10111010 11001001 1111100 111 0 100110 10101 1001000 101010 1000000

Color Harmonies of #BAC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC97C

Black with #BAC97C

Text Example


Text Example

White with #BAC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC97C; }

 p { color: rgb(186,201,124); }

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

background-color css

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

 a { background-color: rgb(186,201,124); }

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

border-color css

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

 span { border-color: rgb(186,201,124); }

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