Html Css Color HEX #BAC578 Pine Glade

📋 copy color: '#BAC578'

red 186 ◦ green 197 ◦ blue 120

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

Shades of Pine Glade #BAC578

Tints of Pine Glade #BAC578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 36.98%
G = 39.17%
B = 23.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#BAC578 (or 0xBAC578) is known color: Pine Glade. HEX triplet: BA, C5 and 78. RGB value is (186,197,120). Sum of RGB (Red+Green+Blue) = 186+197+120=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC578 is #453A87. Grayscale: #B9B9B9. Windows color (decimal): -4536968 or 7914938. OLE color: 7914938.

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

Color convert

RGB 186 197 120 -
CMYK 0.06 0 0.39 0.23
HSL 68.57º 0.4% 0.62% -
HSV(B) 68.57º 0.39% 0.77% -
XYZ 43.61 51.73 25.46 -
YUV 184.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 186 197 120 0.06 0 0.39 0.23 68.57 0.4 0.62
Hex BA C5 78 6 0 27 17 45 28 3E
Octal 272 305 170 6 0 47 27 105 50 76
Binary 10111010 11000101 1111000 110 0 100111 10111 1000101 101000 111110

Color Harmonies of #BAC578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC578

Black with #BAC578

Text Example


Text Example

White with #BAC578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC578; }

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

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

background-color css

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

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

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

border-color css

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

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

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