Html Css Color HEX #BAC978 Pine Glade

📋 copy color: '#BAC978'

red 186 ◦ green 201 ◦ blue 120

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

Shades of Pine Glade #BAC978

Tints of Pine Glade #BAC978

RGB

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

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

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

R = 36.69%
G = 39.64%
B = 23.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#BAC978 (or 0xBAC978) is known color: Pine Glade. HEX triplet: BA, C9 and 78. RGB value is (186,201,120). Sum of RGB (Red+Green+Blue) = 186+201+120=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC978 is #453687. Grayscale: #BBBBBB. Windows color (decimal): -4535944 or 7915962. OLE color: 7915962.

HSL color Cylindrical-coordinate representation of color #BAC978: hue angle of 71.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC978 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 120 -
CMYK 0.07 0 0.40 0.21
HSL 71.11º 0.43% 0.63% -
HSV(B) 71.11º 0.4% 0.79% -
XYZ 44.53 53.57 25.76 -
YUV 187.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 186 201 120 0.07 0 0.40 0.21 71.11 0.43 0.63
Hex BA C9 78 7 0 28 15 47 2B 3F
Octal 272 311 170 7 0 50 25 107 53 77
Binary 10111010 11001001 1111000 111 0 101000 10101 1000111 101011 111111

Color Harmonies of #BAC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC978

Black with #BAC978

Text Example


Text Example

White with #BAC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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