Html Css Color HEX #BAC59A Sprout

📋 copy color: '#BAC59A'

red 186 ◦ green 197 ◦ blue 154

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

Shades of Sprout #BAC59A

Tints of Sprout #BAC59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 34.64%
G = 36.69%
B = 28.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#BAC59A (or 0xBAC59A) is known color: Sprout. HEX triplet: BA, C5 and 9A. RGB value is (186,197,154). Sum of RGB (Red+Green+Blue) = 186+197+154=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC59A is #453A65. Grayscale: #BCBCBC. Windows color (decimal): -4536934 or 10143162. OLE color: 10143162.

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

Color convert

RGB 186 197 154 -
CMYK 0.06 0 0.22 0.23
HSL 75.35º 0.27% 0.69% -
HSV(B) 75.35º 0.22% 0.77% -
XYZ 46.05 52.7 38.32 -
YUV 188.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 186 197 154 0.06 0 0.22 0.23 75.35 0.27 0.69
Hex BA C5 9A 6 0 16 17 4B 1B 45
Octal 272 305 232 6 0 26 27 113 33 105
Binary 10111010 11000101 10011010 110 0 10110 10111 1001011 11011 1000101

Color Harmonies of #BAC59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC59A

Black with #BAC59A

Text Example


Text Example

White with #BAC59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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