Html Css Color HEX #BAC079 Pine Glade

📋 copy color: '#BAC079'

red 186 ◦ green 192 ◦ blue 121

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

Shades of Pine Glade #BAC079

Tints of Pine Glade #BAC079

RGB

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

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

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

R = 37.27%
G = 38.48%
B = 24.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BAC079 (or 0xBAC079) is known color: Pine Glade. HEX triplet: BA, C0 and 79. RGB value is (186,192,121). Sum of RGB (Red+Green+Blue) = 186+192+121=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC079 is #453F86. Grayscale: #B6B6B6. Windows color (decimal): -4538247 or 7979194. OLE color: 7979194.

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

Color convert

RGB 186 192 121 -
CMYK 0.03 0 0.37 0.25
HSL 65.07º 0.36% 0.61% -
HSV(B) 65.07º 0.37% 0.75% -
XYZ 42.55 49.52 25.4 -
YUV 182.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 186 192 121 0.03 0 0.37 0.25 65.07 0.36 0.61
Hex BA C0 79 3 0 25 19 41 24 3D
Octal 272 300 171 3 0 45 31 101 44 75
Binary 10111010 11000000 1111001 11 0 100101 11001 1000001 100100 111101

Color Harmonies of #BAC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC079

Black with #BAC079

Text Example


Text Example

White with #BAC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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