Html Css Color HEX #BAC975 Pine Glade

📋 copy color: '#BAC975'

red 186 ◦ green 201 ◦ blue 117

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

Shades of Pine Glade #BAC975

Tints of Pine Glade #BAC975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 36.9%
G = 39.88%
B = 23.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BAC975 (or 0xBAC975) is known color: Pine Glade. HEX triplet: BA, C9 and 75. RGB value is (186,201,117). Sum of RGB (Red+Green+Blue) = 186+201+117=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC975 is #45368A. Grayscale: #BBBBBB. Windows color (decimal): -4535947 or 7719354. OLE color: 7719354.

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

Color convert

RGB 186 201 117 -
CMYK 0.07 0 0.42 0.21
HSL 70.71º 0.44% 0.62% -
HSV(B) 70.71º 0.42% 0.79% -
XYZ 44.35 53.5 24.82 -
YUV 186.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 186 201 117 0.07 0 0.42 0.21 70.71 0.44 0.62
Hex BA C9 75 7 0 2A 15 47 2C 3E
Octal 272 311 165 7 0 52 25 107 54 76
Binary 10111010 11001001 1110101 111 0 101010 10101 1000111 101100 111110

Color Harmonies of #BAC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC975

Black with #BAC975

Text Example


Text Example

White with #BAC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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