Html Css Color HEX #BAC575 Pine Glade

📋 copy color: '#BAC575'

red 186 ◦ green 197 ◦ blue 117

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

Shades of Pine Glade #BAC575

Tints of Pine Glade #BAC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.4%

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

R = 37.2%
G = 39.4%
B = 23.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BAC575 (or 0xBAC575) is known color: Pine Glade. HEX triplet: BA, C5 and 75. RGB value is (186,197,117). Sum of RGB (Red+Green+Blue) = 186+197+117=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC575 is #453A8A. Grayscale: #B8B8B8. Windows color (decimal): -4536971 or 7718330. OLE color: 7718330.

HSL color Cylindrical-coordinate representation of color #BAC575: hue angle of 68.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC575 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 117 -
CMYK 0.06 0 0.41 0.23
HSL 68.25º 0.41% 0.62% -
HSV(B) 68.25º 0.41% 0.77% -
XYZ 43.43 51.66 24.51 -
YUV 184.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 186 197 117 0.06 0 0.41 0.23 68.25 0.41 0.62
Hex BA C5 75 6 0 29 17 44 29 3E
Octal 272 305 165 6 0 51 27 104 51 76
Binary 10111010 11000101 1110101 110 0 101001 10111 1000100 101001 111110

Color Harmonies of #BAC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC575

Black with #BAC575

Text Example


Text Example

White with #BAC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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