Html Css Color HEX #BAC779 Pine Glade

📋 copy color: '#BAC779'

red 186 ◦ green 199 ◦ blue 121

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

Shades of Pine Glade #BAC779

Tints of Pine Glade #BAC779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.33%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 36.76%
G = 39.33%
B = 23.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#BAC779 (or 0xBAC779) is known color: Pine Glade. HEX triplet: BA, C7 and 79. RGB value is (186,199,121). Sum of RGB (Red+Green+Blue) = 186+199+121=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC779 is #453886. Grayscale: #BABABA. Windows color (decimal): -4536455 or 7980986. OLE color: 7980986.

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

Color convert

RGB 186 199 121 -
CMYK 0.07 0 0.39 0.22
HSL 70º 0.41% 0.63% -
HSV(B) 70º 0.39% 0.78% -
XYZ 44.12 52.67 25.93 -
YUV 186.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 186 199 121 0.07 0 0.39 0.22 70 0.41 0.63
Hex BA C7 79 7 0 27 16 46 29 3F
Octal 272 307 171 7 0 47 26 106 51 77
Binary 10111010 11000111 1111001 111 0 100111 10110 1000110 101001 111111

Color Harmonies of #BAC779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC779

Black with #BAC779

Text Example


Text Example

White with #BAC779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC779; }

 p { color: rgb(186,199,121); }

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

background-color css

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

 a { background-color: rgb(186,199,121); }

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

border-color css

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

 span { border-color: rgb(186,199,121); }

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