Html Css Color HEX #BAC675 Pine Glade

📋 copy color: '#BAC675'

red 186 ◦ green 198 ◦ blue 117

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

Shades of Pine Glade #BAC675

Tints of Pine Glade #BAC675

RGB

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

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

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

R = 37.13%
G = 39.52%
B = 23.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BAC675 (or 0xBAC675) is known color: Pine Glade. HEX triplet: BA, C6 and 75. RGB value is (186,198,117). Sum of RGB (Red+Green+Blue) = 186+198+117=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC675 is #45398A. Grayscale: #B9B9B9. Windows color (decimal): -4536715 or 7718586. OLE color: 7718586.

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

Color convert

RGB 186 198 117 -
CMYK 0.06 0 0.41 0.22
HSL 68.89º 0.42% 0.62% -
HSV(B) 68.89º 0.41% 0.78% -
XYZ 43.65 52.11 24.59 -
YUV 185.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 186 198 117 0.06 0 0.41 0.22 68.89 0.42 0.62
Hex BA C6 75 6 0 29 16 45 2A 3E
Octal 272 306 165 6 0 51 26 105 52 76
Binary 10111010 11000110 1110101 110 0 101001 10110 1000101 101010 111110

Color Harmonies of #BAC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC675

Black with #BAC675

Text Example


Text Example

White with #BAC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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