Html Css Color HEX #BAC17C Pine Glade

📋 copy color: '#BAC17C'

red 186 ◦ green 193 ◦ blue 124

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

Shades of Pine Glade #BAC17C

Tints of Pine Glade #BAC17C

RGB

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

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

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

R = 36.98%
G = 38.37%
B = 24.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BAC17C (or 0xBAC17C) is known color: Pine Glade. HEX triplet: BA, C1 and 7C. RGB value is (186,193,124). Sum of RGB (Red+Green+Blue) = 186+193+124=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC17C is #453E83. Grayscale: #B7B7B7. Windows color (decimal): -4537988 or 8176058. OLE color: 8176058.

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

Color convert

RGB 186 193 124 -
CMYK 0.04 0 0.36 0.24
HSL 66.09º 0.36% 0.62% -
HSV(B) 66.09º 0.36% 0.76% -
XYZ 42.96 50.03 26.46 -
YUV 183.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 186 193 124 0.04 0 0.36 0.24 66.09 0.36 0.62
Hex BA C1 7C 4 0 24 18 42 24 3E
Octal 272 301 174 4 0 44 30 102 44 76
Binary 10111010 11000001 1111100 100 0 100100 11000 1000010 100100 111110

Color Harmonies of #BAC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC17C

Black with #BAC17C

Text Example


Text Example

White with #BAC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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