Html Css Color HEX #BAC078 Pine Glade

📋 copy color: '#BAC078'

red 186 ◦ green 192 ◦ blue 120

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

Shades of Pine Glade #BAC078

Tints of Pine Glade #BAC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

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

R = 37.35%
G = 38.55%
B = 24.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BAC078 (or 0xBAC078) is known color: Pine Glade. HEX triplet: BA, C0 and 78. RGB value is (186,192,120). Sum of RGB (Red+Green+Blue) = 186+192+120=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC078 is #453F87. Grayscale: #B6B6B6. Windows color (decimal): -4538248 or 7913658. OLE color: 7913658.

HSL color Cylindrical-coordinate representation of color #BAC078: hue angle of 65º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC078 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 120 -
CMYK 0.03 0 0.38 0.25
HSL 65º 0.36% 0.61% -
HSV(B) 65º 0.38% 0.75% -
XYZ 42.49 49.49 25.08 -
YUV 182 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 186 192 120 0.03 0 0.38 0.25 65 0.36 0.61
Hex BA C0 78 3 0 26 19 41 24 3D
Octal 272 300 170 3 0 46 31 101 44 75
Binary 10111010 11000000 1111000 11 0 100110 11001 1000001 100100 111101

Color Harmonies of #BAC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC078

Black with #BAC078

Text Example


Text Example

White with #BAC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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